Html Css Color HEX #CFC481 Winter Hazel

📋 copy color: '#CFC481'

red 207 ◦ green 196 ◦ blue 129

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

Shades of Winter Hazel #CFC481

Tints of Winter Hazel #CFC481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.25%

R = 38.91%
G = 36.84%
B = 24.25%

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

#CFC481 (or 0xCFC481) is known color: Winter Hazel. HEX triplet: CF, C4 and 81. RGB value is (207,196,129). Sum of RGB (Red+Green+Blue) = 207+196+129=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC481 is #303B7E. Grayscale: #BFBFBF. Windows color (decimal): -3160959 or 8504527. OLE color: 8504527.

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

Color convert

RGB 207 196 129 -
CMYK 0 0.05 0.38 0.19
HSL 51.54º 0.45% 0.66% -
HSV(B) 51.54º 0.38% 0.81% -
XYZ 49.43 54.33 28.65 -
YUV 191.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 207 196 129 0 0.05 0.38 0.19 51.54 0.45 0.66
Hex CF C4 81 0 5 26 13 34 2D 42
Octal 317 304 201 0 5 46 23 64 55 102
Binary 11001111 11000100 10000001 0 101 100110 10011 110100 101101 1000010

Color Harmonies of #CFC481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC481

Black with #CFC481

Text Example


Text Example

White with #CFC481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC481; }

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

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

background-color css

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

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

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

border-color css

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

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

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