Html Css Color HEX #CC4D48 Sunset

📋 copy color: '#CC4D48'

red 204 ◦ green 77 ◦ blue 72

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

Shades of Sunset #CC4D48

Tints of Sunset #CC4D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 57.79%
G = 21.81%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC4D48 (or 0xCC4D48) is known color: Sunset. HEX triplet: CC, 4D and 48. RGB value is (204,77,72). Sum of RGB (Red+Green+Blue) = 204+77+72=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D48 is #33B2B7. Grayscale: #727272. Windows color (decimal): -3388088 or 4738508. OLE color: 4738508.

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

Color convert

RGB 204 77 72 -
CMYK 0 0.62 0.65 0.2
HSL 2.27º 0.56% 0.54% -
HSV(B) 2.27º 0.65% 0.8% -
XYZ 28.73 18.61 8.21 -
YUV 114.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 204 77 72 0 0.62 0.65 0.2 2.27 0.56 0.54
Hex CC 4D 48 0 3E 41 14 2 38 36
Octal 314 115 110 0 76 101 24 2 70 66
Binary 11001100 1001101 1001000 0 111110 1000001 10100 10 111000 110110

Color Harmonies of #CC4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4D48

Black with #CC4D48

Text Example


Text Example

White with #CC4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4D48; }

 p { color: rgb(204,77,72); }

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

background-color css

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

 a { background-color: rgb(204,77,72); }

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

border-color css

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

 span { border-color: rgb(204,77,72); }

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