Html Css Color HEX #CBC077 Winter Hazel

📋 copy color: '#CBC077'

red 203 ◦ green 192 ◦ blue 119

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

Shades of Winter Hazel #CBC077

Tints of Winter Hazel #CBC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 39.49%
G = 37.35%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBC077 (or 0xCBC077) is known color: Winter Hazel. HEX triplet: CB, C0 and 77. RGB value is (203,192,119). Sum of RGB (Red+Green+Blue) = 203+192+119=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC077 is #343F88. Grayscale: #BBBBBB. Windows color (decimal): -3424137 or 7848139. OLE color: 7848139.

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

Color convert

RGB 203 192 119 -
CMYK 0 0.05 0.41 0.20
HSL 52.14º 0.45% 0.63% -
HSV(B) 52.14º 0.41% 0.8% -
XYZ 46.81 51.73 24.97 -
YUV 186.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 203 192 119 0 0.05 0.41 0.20 52.14 0.45 0.63
Hex CB C0 77 0 5 29 14 34 2D 3F
Octal 313 300 167 0 5 51 24 64 55 77
Binary 11001011 11000000 1110111 0 101 101001 10100 110100 101101 111111

Color Harmonies of #CBC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC077

Black with #CBC077

Text Example


Text Example

White with #CBC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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