Html Css Color HEX #CBC586 Winter Hazel

📋 copy color: '#CBC586'

red 203 ◦ green 197 ◦ blue 134

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

Shades of Winter Hazel #CBC586

Tints of Winter Hazel #CBC586

RGB

 RED value IS 203 (79.69% from 255) = 38.01%

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

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

R = 38.01%
G = 36.89%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CBC586 (or 0xCBC586) is known color: Winter Hazel. HEX triplet: CB, C5 and 86. RGB value is (203,197,134). Sum of RGB (Red+Green+Blue) = 203+197+134=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC586 is #343A79. Grayscale: #BFBFBF. Windows color (decimal): -3422842 or 8832459. OLE color: 8832459.

HSL color Cylindrical-coordinate representation of color #CBC586: hue angle of 54.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBC586 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 134 -
CMYK 0 0.03 0.34 0.20
HSL 54.78º 0.4% 0.66% -
HSV(B) 54.78º 0.34% 0.8% -
XYZ 48.9 54.35 30.47 -
YUV 191.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 203 197 134 0 0.03 0.34 0.20 54.78 0.4 0.66
Hex CB C5 86 0 3 22 14 37 28 42
Octal 313 305 206 0 3 42 24 67 50 102
Binary 11001011 11000101 10000110 0 11 100010 10100 110111 101000 1000010

Color Harmonies of #CBC586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC586

Black with #CBC586

Text Example


Text Example

White with #CBC586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC586; }

 p { color: rgb(203,197,134); }

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

background-color css

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

 a { background-color: rgb(203,197,134); }

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

border-color css

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

 span { border-color: rgb(203,197,134); }

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