Html Css Color HEX #CBC275 Winter Hazel

📋 copy color: '#CBC275'

red 203 ◦ green 194 ◦ blue 117

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

Shades of Winter Hazel #CBC275

Tints of Winter Hazel #CBC275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.76%

R = 39.49%
G = 37.74%
B = 22.76%

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

#CBC275 (or 0xCBC275) is known color: Winter Hazel. HEX triplet: CB, C2 and 75. RGB value is (203,194,117). Sum of RGB (Red+Green+Blue) = 203+194+117=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC275 is #343D8A. Grayscale: #BCBCBC. Windows color (decimal): -3423627 or 7717579. OLE color: 7717579.

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

Color convert

RGB 203 194 117 -
CMYK 0 0.04 0.42 0.20
HSL 53.72º 0.45% 0.63% -
HSV(B) 53.72º 0.42% 0.8% -
XYZ 47.13 52.56 24.49 -
YUV 187.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 203 194 117 0 0.04 0.42 0.20 53.72 0.45 0.63
Hex CB C2 75 0 4 2A 14 36 2D 3F
Octal 313 302 165 0 4 52 24 66 55 77
Binary 11001011 11000010 1110101 0 100 101010 10100 110110 101101 111111

Color Harmonies of #CBC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC275

Black with #CBC275

Text Example


Text Example

White with #CBC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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