#CFC88B

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

Shades of Winter Hazel #CFC88B

Tints of Winter Hazel #CFC88B

Color information

#CFC88B (or 0xCFC88B) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 8B. RGB value is (207,200,139). Sum of RGB (Red+Green+Blue) = 207+200+139=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC88B is #303774. Grayscale: #C3C3C3. Windows color (decimal): -3159925 or 9160911. OLE color: 9160911.

HSL color Cylindrical-coordinate representation of color #CFC88B: hue angle of 53.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFC88B is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207200139-
CMYK00.030.330.19
HSL53.82º41.46%67.84%-
HSV(B)53.82º32.85%81.18%-
XYZ51.0556.4432.63-
YUV195.1496.32136.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=37.91%
G=36.63%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720013900.030.330.1953.8241.4667.84
HexCFC88B032113362944
Octal3173102130341236651104
Binary110011111100100010001011011100001100111101101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC88B; }

 p { color: rgb(207,200,139); }

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

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

 a { background-color: rgb(207,200,139); }

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

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

 span { border-color: rgb(207,200,139); }

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