Html Css Color HEX #CC4E48 Sunset

📋 copy color: '#CC4E48'

red 204 ◦ green 78 ◦ blue 72

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

Shades of Sunset #CC4E48

Tints of Sunset #CC4E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.03%

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

R = 57.63%
G = 22.03%
B = 20.34%

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

#CC4E48 (or 0xCC4E48) is known color: Sunset. HEX triplet: CC, 4E and 48. RGB value is (204,78,72). Sum of RGB (Red+Green+Blue) = 204+78+72=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4E48 is #33B1B7. Grayscale: #737373. Windows color (decimal): -3387832 or 4738764. OLE color: 4738764.

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

Color convert

RGB 204 78 72 -
CMYK 0 0.62 0.65 0.2
HSL 2.73º 0.56% 0.54% -
HSV(B) 2.73º 0.65% 0.8% -
XYZ 28.8 18.75 8.23 -
YUV 114.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 204 78 72 0 0.62 0.65 0.2 2.73 0.56 0.54
Hex CC 4E 48 0 3E 41 14 3 38 36
Octal 314 116 110 0 76 101 24 3 70 66
Binary 11001100 1001110 1001000 0 111110 1000001 10100 11 111000 110110

Color Harmonies of #CC4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E48

Black with #CC4E48

Text Example


Text Example

White with #CC4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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