Html Css Color HEX #CBC286 Winter Hazel

📋 copy color: '#CBC286'

red 203 ◦ green 194 ◦ blue 134

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

Shades of Winter Hazel #CBC286

Tints of Winter Hazel #CBC286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.53%

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

R = 38.23%
G = 36.53%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CBC286 (or 0xCBC286) is known color: Winter Hazel. HEX triplet: CB, C2 and 86. RGB value is (203,194,134). Sum of RGB (Red+Green+Blue) = 203+194+134=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC286 is #343D79. Grayscale: #BEBEBE. Windows color (decimal): -3423610 or 8831691. OLE color: 8831691.

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

Color convert

RGB 203 194 134 -
CMYK 0 0.04 0.34 0.20
HSL 52.17º 0.4% 0.66% -
HSV(B) 52.17º 0.34% 0.8% -
XYZ 48.22 53 30.24 -
YUV 189.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 203 194 134 0 0.04 0.34 0.20 52.17 0.4 0.66
Hex CB C2 86 0 4 22 14 34 28 42
Octal 313 302 206 0 4 42 24 64 50 102
Binary 11001011 11000010 10000110 0 100 100010 10100 110100 101000 1000010

Color Harmonies of #CBC286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC286

Black with #CBC286

Text Example


Text Example

White with #CBC286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC286; }

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

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

background-color css

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

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

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

border-color css

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

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

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