Html Css Color HEX #CBC076 Winter Hazel

📋 copy color: '#CBC076'

red 203 ◦ green 192 ◦ blue 118

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

Shades of Winter Hazel #CBC076

Tints of Winter Hazel #CBC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

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

R = 39.57%
G = 37.43%
B = 23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBC076 (or 0xCBC076) is known color: Winter Hazel. HEX triplet: CB, C0 and 76. RGB value is (203,192,118). Sum of RGB (Red+Green+Blue) = 203+192+118=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC076 is #343F89. Grayscale: #BBBBBB. Windows color (decimal): -3424138 or 7782603. OLE color: 7782603.

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

Color convert

RGB 203 192 118 -
CMYK 0 0.05 0.42 0.20
HSL 52.24º 0.45% 0.63% -
HSV(B) 52.24º 0.42% 0.8% -
XYZ 46.75 51.7 24.66 -
YUV 186.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 203 192 118 0 0.05 0.42 0.20 52.24 0.45 0.63
Hex CB C0 76 0 5 2A 14 34 2D 3F
Octal 313 300 166 0 5 52 24 64 55 77
Binary 11001011 11000000 1110110 0 101 101010 10100 110100 101101 111111

Color Harmonies of #CBC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC076

Black with #CBC076

Text Example


Text Example

White with #CBC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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