#C9C38B

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

Shades of Winter Hazel #C9C38B

Tints of Winter Hazel #C9C38B

Color information

#C9C38B (or 0xC9C38B) is unknown color: approx Winter Hazel. HEX triplet: C9, C3 and 8B. RGB value is (201,195,139). Sum of RGB (Red+Green+Blue) = 201+195+139=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C38B is #363C74. Grayscale: #BEBEBE. Windows color (decimal): -3554421 or 9159625. OLE color: 9159625.

HSL color Cylindrical-coordinate representation of color #C9C38B: hue angle of 54.19º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9C38B is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201195139-
CMYK00.030.310.21
HSL54.19º36.47%66.67%-
HSV(B)54.19º30.85%78.82%-
XYZ48.2653.3132.17-
YUV190.4198.99135.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 139 (54.69% from 255) = 25.98%
R=37.57%
G=36.45%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119513900.030.310.2154.1936.4766.67
HexC9C38B031F15362443
Octal3113032130337256644103
Binary11001001110000111000101101111111101011101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C38B; }

 p { color: rgb(201,195,139); }

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

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

 a { background-color: rgb(201,195,139); }

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

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

 span { border-color: rgb(201,195,139); }

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