Html Css Color HEX #CC4B49 Sunset

📋 copy color: '#CC4B49'

red 204 ◦ green 75 ◦ blue 73

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

Shades of Sunset #CC4B49

Tints of Sunset #CC4B49

RGB

 RED value IS 204 (80.08% from 255) = 57.95%

 GREEN value IS 75 (29.69% from 255) = 21.31%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 57.95%
G = 21.31%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC4B49 (or 0xCC4B49) is known color: Sunset. HEX triplet: CC, 4B and 49. RGB value is (204,75,73). Sum of RGB (Red+Green+Blue) = 204+75+73=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B49 is #33B4B6. Grayscale: #717171. Windows color (decimal): -3388599 or 4803532. OLE color: 4803532.

HSL color Cylindrical-coordinate representation of color #CC4B49: hue angle of 0.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4B49 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 73 -
CMYK 0 0.63 0.64 0.2
HSL 0.92º 0.56% 0.54% -
HSV(B) 0.92º 0.64% 0.8% -
XYZ 28.62 18.35 8.34 -
YUV 113.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 204 75 73 0 0.63 0.64 0.2 0.92 0.56 0.54
Hex CC 4B 49 0 3F 40 14 1 38 36
Octal 314 113 111 0 77 100 24 1 70 66
Binary 11001100 1001011 1001001 0 111111 1000000 10100 1 111000 110110

Color Harmonies of #CC4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B49

Black with #CC4B49

Text Example


Text Example

White with #CC4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B49; }

 p { color: rgb(204,75,73); }

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

background-color css

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

 a { background-color: rgb(204,75,73); }

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

border-color css

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

 span { border-color: rgb(204,75,73); }

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