Html Css Color HEX #CBC376 Winter Hazel

📋 copy color: '#CBC376'

red 203 ◦ green 195 ◦ blue 118

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

Shades of Winter Hazel #CBC376

Tints of Winter Hazel #CBC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.79%

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

R = 39.34%
G = 37.79%
B = 22.87%

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

#CBC376 (or 0xCBC376) is known color: Winter Hazel. HEX triplet: CB, C3 and 76. RGB value is (203,195,118). Sum of RGB (Red+Green+Blue) = 203+195+118=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC376 is #343C89. Grayscale: #BCBCBC. Windows color (decimal): -3423370 or 7783371. OLE color: 7783371.

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

Color convert

RGB 203 195 118 -
CMYK 0 0.04 0.42 0.20
HSL 54.35º 0.45% 0.63% -
HSV(B) 54.35º 0.42% 0.8% -
XYZ 47.41 53.03 24.88 -
YUV 188.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 203 195 118 0 0.04 0.42 0.20 54.35 0.45 0.63
Hex CB C3 76 0 4 2A 14 36 2D 3F
Octal 313 303 166 0 4 52 24 66 55 77
Binary 11001011 11000011 1110110 0 100 101010 10100 110110 101101 111111

Color Harmonies of #CBC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC376

Black with #CBC376

Text Example


Text Example

White with #CBC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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