#CFC68F

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

Shades of Winter Hazel #CFC68F

Tints of Winter Hazel #CFC68F

Color information

#CFC68F (or 0xCFC68F) is unknown color: approx Winter Hazel. HEX triplet: CF, C6 and 8F. RGB value is (207,198,143). Sum of RGB (Red+Green+Blue) = 207+198+143=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC68F is #303970. Grayscale: #C2C2C2. Windows color (decimal): -3160433 or 9422543. OLE color: 9422543.

HSL color Cylindrical-coordinate representation of color #CFC68F: hue angle of 51.56º 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 #CFC68F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207198143-
CMYK00.040.310.19
HSL51.56º40%68.63%-
HSV(B)51.56º30.92%81.18%-
XYZ50.8855.6434.04-
YUV194.4298.98136.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 198 (77.73% from 255) = 36.13%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=37.77%
G=36.13%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719814300.040.310.1951.564068.63
HexCFC68F041F13342845
Octal3173062170437236450105
Binary110011111100011010001111010011111100111101001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC68F; }

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

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

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

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

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

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

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

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