#cfc88f

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

Shades of Winter Hazel #CFC88F

Tints of Winter Hazel #CFC88F

Color information

#CFC88F (or 0xCFC88F) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 8F. RGB value is (207,200,143). Sum of RGB (Red+Green+Blue) = 207+200+143=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC88F is #303770. Grayscale: #C3C3C3. Windows color (decimal): -3159921 or 9423055. OLE color: 9423055.

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

Color convert

RGB207200143-
CMYK00.030.310.19
HSL53.44º40%68.63%-
HSV(B)53.44º30.92%81.18%-
XYZ51.3456.5634.2-
YUV195.698.32136.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 143 (56.25% from 255) = 26%
R=37.64%
G=36.36%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720014300.030.310.1953.444068.63
HexCFC88F031F13352845
Octal3173102170337236550105
Binary11001111110010001000111101111111100111101011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfc88f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfc88f; }

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

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

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

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

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

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

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

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