Html Css Color HEX #CFC680 Winter Hazel

📋 copy color: '#CFC680'

red 207 ◦ green 198 ◦ blue 128

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

Shades of Winter Hazel #CFC680

Tints of Winter Hazel #CFC680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.02%

R = 38.84%
G = 37.15%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFC680 (or 0xCFC680) is known color: Winter Hazel. HEX triplet: CF, C6 and 80. RGB value is (207,198,128). Sum of RGB (Red+Green+Blue) = 207+198+128=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC680 is #30397F. Grayscale: #C1C1C1. Windows color (decimal): -3160448 or 8439503. OLE color: 8439503.

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

Color convert

RGB 207 198 128 -
CMYK 0 0.04 0.38 0.19
HSL 53.16º 0.45% 0.66% -
HSV(B) 53.16º 0.38% 0.81% -
XYZ 49.82 55.21 28.45 -
YUV 192.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 207 198 128 0 0.04 0.38 0.19 53.16 0.45 0.66
Hex CF C6 80 0 4 26 13 35 2D 42
Octal 317 306 200 0 4 46 23 65 55 102
Binary 11001111 11000110 10000000 0 100 100110 10011 110101 101101 1000010

Color Harmonies of #CFC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC680

Black with #CFC680

Text Example


Text Example

White with #CFC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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