#C8BF82

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

Shades of Winter Hazel #C8BF82

Tints of Winter Hazel #C8BF82

Color information

#C8BF82 (or 0xC8BF82) is unknown color: approx Winter Hazel. HEX triplet: C8, BF and 82. RGB value is (200,191,130). Sum of RGB (Red+Green+Blue) = 200+191+130=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF82 is #37407D. Grayscale: #BABABA. Windows color (decimal): -3620990 or 8568776. OLE color: 8568776.

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

Color convert

RGB200191130-
CMYK00.040.350.22
HSL52.29º38.89%64.71%-
HSV(B)52.29º35%78.43%-
XYZ46.4851.1528.54-
YUV186.7495.98137.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=38.39%
G=36.66%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019113000.040.350.2252.2938.8964.71
HexC8BF82042316342741
Octal3102772020443266447101
Binary1100100010111111100000100100100011101101101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF82; }

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

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

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

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

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

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

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

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