Html Css Color HEX #CBC276 Winter Hazel

📋 copy color: '#CBC276'

red 203 ◦ green 194 ◦ blue 118

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

Shades of Winter Hazel #CBC276

Tints of Winter Hazel #CBC276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.91%

R = 39.42%
G = 37.67%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBC276 (or 0xCBC276) is known color: Winter Hazel. HEX triplet: CB, C2 and 76. RGB value is (203,194,118). Sum of RGB (Red+Green+Blue) = 203+194+118=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC276 is #343D89. Grayscale: #BCBCBC. Windows color (decimal): -3423626 or 7783115. OLE color: 7783115.

HSL color Cylindrical-coordinate representation of color #CBC276: hue angle of 53.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBC276 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 118 -
CMYK 0 0.04 0.42 0.20
HSL 53.65º 0.45% 0.63% -
HSV(B) 53.65º 0.42% 0.8% -
XYZ 47.19 52.59 24.8 -
YUV 188.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 203 194 118 0 0.04 0.42 0.20 53.65 0.45 0.63
Hex CB C2 76 0 4 2A 14 36 2D 3F
Octal 313 302 166 0 4 52 24 66 55 77
Binary 11001011 11000010 1110110 0 100 101010 10100 110110 101101 111111

Color Harmonies of #CBC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC276

Black with #CBC276

Text Example


Text Example

White with #CBC276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC276; }

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

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

background-color css

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

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

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

border-color css

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

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

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