Html Css Color HEX #CFC68E Winter Hazel

📋 copy color: '#CFC68E'

red 207 ◦ green 198 ◦ blue 142

#CFC68E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CFC68E

Tints of Winter Hazel #CFC68E

RGB

 RED value IS 207 (81.25% from 255) = 37.84%

 GREEN value IS 198 (77.73% from 255) = 36.2%

 BLUE value IS 142 (55.86% from 255) = 25.96%

R = 37.84%
G = 36.2%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CFC68E (or 0xCFC68E) is known color: Winter Hazel. HEX triplet: CF, C6 and 8E. RGB value is (207,198,142). Sum of RGB (Red+Green+Blue) = 207+198+142=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC68E is #303971. Grayscale: #C2C2C2. Windows color (decimal): -3160434 or 9357007. OLE color: 9357007.

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

Color convert

RGB 207 198 142 -
CMYK 0 0.04 0.31 0.19
HSL 51.69º 0.4% 0.68% -
HSV(B) 51.69º 0.31% 0.81% -
XYZ 50.81 55.61 33.65 -
YUV 194.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 207 198 142 0 0.04 0.31 0.19 51.69 0.4 0.68
Hex CF C6 8E 0 4 1F 13 34 28 44
Octal 317 306 216 0 4 37 23 64 50 104
Binary 11001111 11000110 10001110 0 100 11111 10011 110100 101000 1000100

Color Harmonies of #CFC68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC68E

Black with #CFC68E

Text Example


Text Example

White with #CFC68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC68E; }

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

 H1.HeaderClassName
 {
   color: #CFC68E;
 }
 .AnyTagClassName
 {
   color: #CFC68E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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