Html Css Color HEX #CFC58E Winter Hazel

📋 copy color: '#CFC58E'

red 207 ◦ green 197 ◦ blue 142

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

Shades of Winter Hazel #CFC58E

Tints of Winter Hazel #CFC58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.08%

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

R = 37.91%
G = 36.08%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CFC58E (or 0xCFC58E) is known color: Winter Hazel. HEX triplet: CF, C5 and 8E. RGB value is (207,197,142). Sum of RGB (Red+Green+Blue) = 207+197+142=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC58E is #303A71. Grayscale: #C1C1C1. Windows color (decimal): -3160690 or 9356751. OLE color: 9356751.

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

Color convert

RGB 207 197 142 -
CMYK 0 0.05 0.31 0.19
HSL 50.77º 0.4% 0.68% -
HSV(B) 50.77º 0.31% 0.81% -
XYZ 50.58 55.15 33.57 -
YUV 193.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 207 197 142 0 0.05 0.31 0.19 50.77 0.4 0.68
Hex CF C5 8E 0 5 1F 13 33 28 44
Octal 317 305 216 0 5 37 23 63 50 104
Binary 11001111 11000101 10001110 0 101 11111 10011 110011 101000 1000100

Color Harmonies of #CFC58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC58E

Black with #CFC58E

Text Example


Text Example

White with #CFC58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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