Html Css Color HEX #CBC277 Winter Hazel

📋 copy color: '#CBC277'

red 203 ◦ green 194 ◦ blue 119

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

Shades of Winter Hazel #CBC277

Tints of Winter Hazel #CBC277

RGB

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

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

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

R = 39.34%
G = 37.6%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBC277 (or 0xCBC277) is known color: Winter Hazel. HEX triplet: CB, C2 and 77. RGB value is (203,194,119). Sum of RGB (Red+Green+Blue) = 203+194+119=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC277 is #343D88. Grayscale: #BCBCBC. Windows color (decimal): -3423625 or 7848651. OLE color: 7848651.

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

Color convert

RGB 203 194 119 -
CMYK 0 0.04 0.41 0.20
HSL 53.57º 0.45% 0.63% -
HSV(B) 53.57º 0.41% 0.8% -
XYZ 47.25 52.61 25.12 -
YUV 188.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 203 194 119 0 0.04 0.41 0.20 53.57 0.45 0.63
Hex CB C2 77 0 4 29 14 36 2D 3F
Octal 313 302 167 0 4 51 24 66 55 77
Binary 11001011 11000010 1110111 0 100 101001 10100 110110 101101 111111

Color Harmonies of #CBC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC277

Black with #CBC277

Text Example


Text Example

White with #CBC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC277; }

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

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

background-color css

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

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

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

border-color css

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

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

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