Html Css Color HEX #CFC280 Winter Hazel

📋 copy color: '#CFC280'

red 207 ◦ green 194 ◦ blue 128

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

Shades of Winter Hazel #CFC280

Tints of Winter Hazel #CFC280

RGB

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

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

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

R = 39.13%
G = 36.67%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFC280 (or 0xCFC280) is known color: Winter Hazel. HEX triplet: CF, C2 and 80. RGB value is (207,194,128). Sum of RGB (Red+Green+Blue) = 207+194+128=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC280 is #303D7F. Grayscale: #BEBEBE. Windows color (decimal): -3161472 or 8438479. OLE color: 8438479.

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

Color convert

RGB 207 194 128 -
CMYK 0 0.06 0.38 0.19
HSL 50.13º 0.45% 0.66% -
HSV(B) 50.13º 0.38% 0.81% -
XYZ 48.92 53.41 28.15 -
YUV 190.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 207 194 128 0 0.06 0.38 0.19 50.13 0.45 0.66
Hex CF C2 80 0 6 26 13 32 2D 42
Octal 317 302 200 0 6 46 23 62 55 102
Binary 11001111 11000010 10000000 0 110 100110 10011 110010 101101 1000010

Color Harmonies of #CFC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC280

Black with #CFC280

Text Example


Text Example

White with #CFC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC280; }

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

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

background-color css

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

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

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

border-color css

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

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

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