Html Css Color HEX #CFC585 Winter Hazel

📋 copy color: '#CFC585'

red 207 ◦ green 197 ◦ blue 133

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

Shades of Winter Hazel #CFC585

Tints of Winter Hazel #CFC585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.69%

 BLUE value IS 133 (52.34% from 255) = 24.77%

R = 38.55%
G = 36.69%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CFC585 (or 0xCFC585) is known color: Winter Hazel. HEX triplet: CF, C5 and 85. RGB value is (207,197,133). Sum of RGB (Red+Green+Blue) = 207+197+133=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC585 is #303A7A. Grayscale: #C0C0C0. Windows color (decimal): -3160699 or 8766927. OLE color: 8766927.

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

Color convert

RGB 207 197 133 -
CMYK 0 0.05 0.36 0.19
HSL 51.89º 0.44% 0.67% -
HSV(B) 51.89º 0.36% 0.81% -
XYZ 49.93 54.89 30.15 -
YUV 192.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 207 197 133 0 0.05 0.36 0.19 51.89 0.44 0.67
Hex CF C5 85 0 5 24 13 34 2C 43
Octal 317 305 205 0 5 44 23 64 54 103
Binary 11001111 11000101 10000101 0 101 100100 10011 110100 101100 1000011

Color Harmonies of #CFC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC585

Black with #CFC585

Text Example


Text Example

White with #CFC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC585; }

 p { color: rgb(207,197,133); }

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

background-color css

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

 a { background-color: rgb(207,197,133); }

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

border-color css

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

 span { border-color: rgb(207,197,133); }

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