#C9C42F

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

Shades of Barberry #C9C42F

Tints of Barberry #C9C42F

Color information

#C9C42F (or 0xC9C42F) is unknown color: approx Barberry. HEX triplet: C9, C4 and 2F. RGB value is (201,196,47). Sum of RGB (Red+Green+Blue) = 201+196+47=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C42F is #363BD0. Grayscale: #B5B5B5. Windows color (decimal): -3554257 or 3130569. OLE color: 3130569.

HSL color Cylindrical-coordinate representation of color #C9C42F: hue angle of 58.05º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9C42F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20119647-
CMYK00.020.770.21
HSL58.05º62.1%48.63%-
HSV(B)58.05º76.62%78.82%-
XYZ44.3452.110.41-
YUV180.5152.66142.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 196 (76.95% from 255) = 44.14%
BLUE value IS 47 (18.75% from 255) = 10.59%
R=45.27%
G=44.14%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011964700.020.770.2158.0562.148.63
HexC9C42F024D153a3e31
Octal311304570211525727661
Binary1100100111000100101111010100110110101111010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C42F; }

 p { color: rgb(201,196,47); }

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

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

 a { background-color: rgb(201,196,47); }

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

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

 span { border-color: rgb(201,196,47); }

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