Html Css Color HEX #CFC08C Winter Hazel

📋 copy color: '#CFC08C'

red 207 ◦ green 192 ◦ blue 140

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

Shades of Winter Hazel #CFC08C

Tints of Winter Hazel #CFC08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 38.4%
G = 35.62%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CFC08C (or 0xCFC08C) is known color: Winter Hazel. HEX triplet: CF, C0 and 8C. RGB value is (207,192,140). Sum of RGB (Red+Green+Blue) = 207+192+140=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC08C is #303F73. Grayscale: #BEBEBE. Windows color (decimal): -3161972 or 9224399. OLE color: 9224399.

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

Color convert

RGB 207 192 140 -
CMYK 0 0.07 0.32 0.19
HSL 46.57º 0.41% 0.68% -
HSV(B) 46.57º 0.32% 0.81% -
XYZ 49.32 52.86 32.41 -
YUV 190.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 207 192 140 0 0.07 0.32 0.19 46.57 0.41 0.68
Hex CF C0 8C 0 7 20 13 2F 29 44
Octal 317 300 214 0 7 40 23 57 51 104
Binary 11001111 11000000 10001100 0 111 100000 10011 101111 101001 1000100

Color Harmonies of #CFC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC08C

Black with #CFC08C

Text Example


Text Example

White with #CFC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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