Html Css Color HEX #CC4C49 Sunset

📋 copy color: '#CC4C49'

red 204 ◦ green 76 ◦ blue 73

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

Shades of Sunset #CC4C49

Tints of Sunset #CC4C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

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

R = 57.79%
G = 21.53%
B = 20.68%

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

#CC4C49 (or 0xCC4C49) is known color: Sunset. HEX triplet: CC, 4C and 49. RGB value is (204,76,73). Sum of RGB (Red+Green+Blue) = 204+76+73=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C49 is #33B3B6. Grayscale: #727272. Windows color (decimal): -3388343 or 4803788. OLE color: 4803788.

HSL color Cylindrical-coordinate representation of color #CC4C49: hue angle of 1.37º 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 #CC4C49 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 76 73 -
CMYK 0 0.63 0.64 0.2
HSL 1.37º 0.56% 0.54% -
HSV(B) 1.37º 0.64% 0.8% -
XYZ 28.69 18.49 8.36 -
YUV 113.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 204 76 73 0 0.63 0.64 0.2 1.37 0.56 0.54
Hex CC 4C 49 0 3F 40 14 1 38 36
Octal 314 114 111 0 77 100 24 1 70 66
Binary 11001100 1001100 1001001 0 111111 1000000 10100 1 111000 110110

Color Harmonies of #CC4C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C49

Black with #CC4C49

Text Example


Text Example

White with #CC4C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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