Html Css Color HEX #CFC486 Winter Hazel

📋 copy color: '#CFC486'

red 207 ◦ green 196 ◦ blue 134

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

Shades of Winter Hazel #CFC486

Tints of Winter Hazel #CFC486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.95%

R = 38.55%
G = 36.5%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CFC486 (or 0xCFC486) is known color: Winter Hazel. HEX triplet: CF, C4 and 86. RGB value is (207,196,134). Sum of RGB (Red+Green+Blue) = 207+196+134=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC486 is #303B79. Grayscale: #C0C0C0. Windows color (decimal): -3160954 or 8832207. OLE color: 8832207.

HSL color Cylindrical-coordinate representation of color #CFC486: hue angle of 50.96º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFC486 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 134 -
CMYK 0 0.05 0.35 0.19
HSL 50.96º 0.43% 0.67% -
HSV(B) 50.96º 0.35% 0.81% -
XYZ 49.78 54.47 30.44 -
YUV 192.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 207 196 134 0 0.05 0.35 0.19 50.96 0.43 0.67
Hex CF C4 86 0 5 23 13 33 2B 43
Octal 317 304 206 0 5 43 23 63 53 103
Binary 11001111 11000100 10000110 0 101 100011 10011 110011 101011 1000011

Color Harmonies of #CFC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC486

Black with #CFC486

Text Example


Text Example

White with #CFC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC486; }

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

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

background-color css

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

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

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

border-color css

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

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

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