Html Css Color HEX #CFC18E Winter Hazel

📋 copy color: '#CFC18E'

red 207 ◦ green 193 ◦ blue 142

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

Shades of Winter Hazel #CFC18E

Tints of Winter Hazel #CFC18E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.61%

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

R = 38.19%
G = 35.61%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CFC18E (or 0xCFC18E) is known color: Winter Hazel. HEX triplet: CF, C1 and 8E. RGB value is (207,193,142). Sum of RGB (Red+Green+Blue) = 207+193+142=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC18E is #303E71. Grayscale: #BFBFBF. Windows color (decimal): -3161714 or 9355727. OLE color: 9355727.

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

Color convert

RGB 207 193 142 -
CMYK 0 0.07 0.31 0.19
HSL 47.08º 0.4% 0.68% -
HSV(B) 47.08º 0.31% 0.81% -
XYZ 49.68 53.36 33.27 -
YUV 191.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 207 193 142 0 0.07 0.31 0.19 47.08 0.4 0.68
Hex CF C1 8E 0 7 1F 13 2F 28 44
Octal 317 301 216 0 7 37 23 57 50 104
Binary 11001111 11000001 10001110 0 111 11111 10011 101111 101000 1000100

Color Harmonies of #CFC18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC18E

Black with #CFC18E

Text Example


Text Example

White with #CFC18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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