#c6c425

Color #C6C425 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C6C425

Tints of Barberry #C6C425

Color information

#C6C425 (or 0xC6C425) is unknown color: approx Barberry. HEX triplet: C6, C4 and 25. RGB value is (198,196,37). Sum of RGB (Red+Green+Blue) = 198+196+37=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C425 is #393BDA. Grayscale: #B3B3B3. Windows color (decimal): -3750875 or 2475206. OLE color: 2475206.

HSL color Cylindrical-coordinate representation of color #C6C425: hue angle of 59.25º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6C425 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19819637-
CMYK00.010.810.22
HSL59.25º68.51%46.08%-
HSV(B)59.25º81.31%77.65%-
XYZ43.3651.629.43-
YUV178.4748.16141.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 196 (76.95% from 255) = 45.48%
BLUE value IS 37 (14.84% from 255) = 8.58%
R=45.94%
G=45.48%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981963700.010.810.2259.2568.5146.08
HexC6C4250151163b452e
Octal3063044501121267310556
Binary1100011011000100100101011010001101101110111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6c425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6c425; }

 p { color: rgb(198,196,37); }

 H1.HeaderClassName
 {
   color: #c6c425;
 }
 .AnyTagClassName
 {
   color: #c6c425;
 }
</style>
background-color css

<style>
 a { background-color: #c6c425; }

 a { background-color: rgb(198,196,37); }

 div.DivClassName
 {
   background-color: #c6c425;
 }
 .BgClassName
 {
   background-color: #c6c425;
 }
</style>
border-color css

<style>
 span { border-color: #c6c425; }

 span { border-color: rgb(198,196,37); }

 td.TdClassName
 {
   border-color: #c6c425;
 }
 .TagClassName
 {
   border-color: #c6c425;
 }
</style>