Html Css Color HEX #CFC28C Winter Hazel

📋 copy color: '#CFC28C'

red 207 ◦ green 194 ◦ blue 140

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

Shades of Winter Hazel #CFC28C

Tints of Winter Hazel #CFC28C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.86%

 BLUE value IS 140 (55.08% from 255) = 25.88%

R = 38.26%
G = 35.86%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CFC28C (or 0xCFC28C) is known color: Winter Hazel. HEX triplet: CF, C2 and 8C. RGB value is (207,194,140). Sum of RGB (Red+Green+Blue) = 207+194+140=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC28C is #303D73. Grayscale: #BFBFBF. Windows color (decimal): -3161460 or 9224911. OLE color: 9224911.

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

Color convert

RGB 207 194 140 -
CMYK 0 0.06 0.32 0.19
HSL 48.36º 0.41% 0.68% -
HSV(B) 48.36º 0.32% 0.81% -
XYZ 49.76 53.74 32.56 -
YUV 191.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 207 194 140 0 0.06 0.32 0.19 48.36 0.41 0.68
Hex CF C2 8C 0 6 20 13 30 29 44
Octal 317 302 214 0 6 40 23 60 51 104
Binary 11001111 11000010 10001100 0 110 100000 10011 110000 101001 1000100

Color Harmonies of #CFC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC28C

Black with #CFC28C

Text Example


Text Example

White with #CFC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC28C; }

 p { color: rgb(207,194,140); }

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

background-color css

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

 a { background-color: rgb(207,194,140); }

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

border-color css

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

 span { border-color: rgb(207,194,140); }

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