Html Css Color HEX #CBC078 Winter Hazel

📋 copy color: '#CBC078'

red 203 ◦ green 192 ◦ blue 120

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

Shades of Winter Hazel #CBC078

Tints of Winter Hazel #CBC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 39.42%
G = 37.28%
B = 23.3%

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

#CBC078 (or 0xCBC078) is known color: Winter Hazel. HEX triplet: CB, C0 and 78. RGB value is (203,192,120). Sum of RGB (Red+Green+Blue) = 203+192+120=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC078 is #343F87. Grayscale: #BBBBBB. Windows color (decimal): -3424136 or 7913675. OLE color: 7913675.

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

Color convert

RGB 203 192 120 -
CMYK 0 0.05 0.41 0.20
HSL 52.05º 0.44% 0.63% -
HSV(B) 52.05º 0.41% 0.8% -
XYZ 46.87 51.75 25.29 -
YUV 187.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 203 192 120 0 0.05 0.41 0.20 52.05 0.44 0.63
Hex CB C0 78 0 5 29 14 34 2C 3F
Octal 313 300 170 0 5 51 24 64 54 77
Binary 11001011 11000000 1111000 0 101 101001 10100 110100 101100 111111

Color Harmonies of #CBC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC078

Black with #CBC078

Text Example


Text Example

White with #CBC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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