#c8bf83

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

Shades of Winter Hazel #C8BF83

Tints of Winter Hazel #C8BF83

Color information

#C8BF83 (or 0xC8BF83) is unknown color: approx Winter Hazel. HEX triplet: C8, BF and 83. RGB value is (200,191,131). Sum of RGB (Red+Green+Blue) = 200+191+131=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF83 is #37407C. Grayscale: #BBBBBB. Windows color (decimal): -3620989 or 8634312. OLE color: 8634312.

HSL color Cylindrical-coordinate representation of color #C8BF83: hue angle of 52.17º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8BF83 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200191131-
CMYK00.040.340.22
HSL52.17º38.55%64.9%-
HSV(B)52.17º34.5%78.43%-
XYZ46.5551.1828.9-
YUV186.8596.48137.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=38.31%
G=36.59%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019113100.040.340.2252.1738.5564.9
HexC8BF83042216342741
Octal3102772030442266447101
Binary1100100010111111100000110100100010101101101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8bf83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8bf83; }

 p { color: rgb(200,191,131); }

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

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

 a { background-color: rgb(200,191,131); }

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

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

 span { border-color: rgb(200,191,131); }

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