Html Css Color HEX #CBC786 Winter Hazel

📋 copy color: '#CBC786'

red 203 ◦ green 199 ◦ blue 134

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

Shades of Winter Hazel #CBC786

Tints of Winter Hazel #CBC786

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.13%

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

R = 37.87%
G = 37.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CBC786 (or 0xCBC786) is known color: Winter Hazel. HEX triplet: CB, C7 and 86. RGB value is (203,199,134). Sum of RGB (Red+Green+Blue) = 203+199+134=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC786 is #343879. Grayscale: #C1C1C1. Windows color (decimal): -3422330 or 8832971. OLE color: 8832971.

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

Color convert

RGB 203 199 134 -
CMYK 0 0.02 0.34 0.20
HSL 56.52º 0.4% 0.66% -
HSV(B) 56.52º 0.34% 0.8% -
XYZ 49.36 55.26 30.62 -
YUV 192.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 203 199 134 0 0.02 0.34 0.20 56.52 0.4 0.66
Hex CB C7 86 0 2 22 14 39 28 42
Octal 313 307 206 0 2 42 24 71 50 102
Binary 11001011 11000111 10000110 0 10 100010 10100 111001 101000 1000010

Color Harmonies of #CBC786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC786

Black with #CBC786

Text Example


Text Example

White with #CBC786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC786; }

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

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

background-color css

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

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

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

border-color css

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

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

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