Html Css Color HEX #CBC479 Winter Hazel

📋 copy color: '#CBC479'

red 203 ◦ green 196 ◦ blue 121

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

Shades of Winter Hazel #CBC479

Tints of Winter Hazel #CBC479

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

 BLUE value IS 121 (47.66% from 255) = 23.27%

R = 39.04%
G = 37.69%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBC479 (or 0xCBC479) is known color: Winter Hazel. HEX triplet: CB, C4 and 79. RGB value is (203,196,121). Sum of RGB (Red+Green+Blue) = 203+196+121=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC479 is #343B86. Grayscale: #BDBDBD. Windows color (decimal): -3423111 or 7980235. OLE color: 7980235.

HSL color Cylindrical-coordinate representation of color #CBC479: hue angle of 54.88º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBC479 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 121 -
CMYK 0 0.03 0.40 0.20
HSL 54.88º 0.44% 0.64% -
HSV(B) 54.88º 0.4% 0.8% -
XYZ 47.82 53.56 25.91 -
YUV 189.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 203 196 121 0 0.03 0.40 0.20 54.88 0.44 0.64
Hex CB C4 79 0 3 28 14 37 2C 40
Octal 313 304 171 0 3 50 24 67 54 100
Binary 11001011 11000100 1111001 0 11 101000 10100 110111 101100 1000000

Color Harmonies of #CBC479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC479

Black with #CBC479

Text Example


Text Example

White with #CBC479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC479; }

 p { color: rgb(203,196,121); }

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

background-color css

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

 a { background-color: rgb(203,196,121); }

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

border-color css

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

 span { border-color: rgb(203,196,121); }

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