Html Css Color HEX #CBC486 Winter Hazel

📋 copy color: '#CBC486'

red 203 ◦ green 196 ◦ blue 134

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

Shades of Winter Hazel #CBC486

Tints of Winter Hazel #CBC486

RGB

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

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

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

R = 38.09%
G = 36.77%
B = 25.14%

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

#CBC486 (or 0xCBC486) is known color: Winter Hazel. HEX triplet: CB, C4 and 86. RGB value is (203,196,134). Sum of RGB (Red+Green+Blue) = 203+196+134=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC486 is #343B79. Grayscale: #BFBFBF. Windows color (decimal): -3423098 or 8832203. OLE color: 8832203.

HSL color Cylindrical-coordinate representation of color #CBC486: hue angle of 53.91º 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 #CBC486 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 134 -
CMYK 0 0.03 0.34 0.20
HSL 53.91º 0.4% 0.66% -
HSV(B) 53.91º 0.34% 0.8% -
XYZ 48.67 53.9 30.39 -
YUV 191.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 203 196 134 0 0.03 0.34 0.20 53.91 0.4 0.66
Hex CB C4 86 0 3 22 14 36 28 42
Octal 313 304 206 0 3 42 24 66 50 102
Binary 11001011 11000100 10000110 0 11 100010 10100 110110 101000 1000010

Color Harmonies of #CBC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC486

Black with #CBC486

Text Example


Text Example

White with #CBC486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC486; }

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

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

background-color css

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

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

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

border-color css

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

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

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