Html Css Color HEX #CFC480 Winter Hazel

📋 copy color: '#CFC480'

red 207 ◦ green 196 ◦ blue 128

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

Shades of Winter Hazel #CFC480

Tints of Winter Hazel #CFC480

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.91%

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

R = 38.98%
G = 36.91%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFC480 (or 0xCFC480) is known color: Winter Hazel. HEX triplet: CF, C4 and 80. RGB value is (207,196,128). Sum of RGB (Red+Green+Blue) = 207+196+128=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC480 is #303B7F. Grayscale: #BFBFBF. Windows color (decimal): -3160960 or 8438991. OLE color: 8438991.

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

Color convert

RGB 207 196 128 -
CMYK 0 0.05 0.38 0.19
HSL 51.65º 0.45% 0.66% -
HSV(B) 51.65º 0.38% 0.81% -
XYZ 49.37 54.3 28.3 -
YUV 191.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 207 196 128 0 0.05 0.38 0.19 51.65 0.45 0.66
Hex CF C4 80 0 5 26 13 34 2D 42
Octal 317 304 200 0 5 46 23 64 55 102
Binary 11001111 11000100 10000000 0 101 100110 10011 110100 101101 1000010

Color Harmonies of #CFC480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC480

Black with #CFC480

Text Example


Text Example

White with #CFC480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC480; }

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

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

background-color css

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

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

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

border-color css

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

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

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