Html Css Color HEX #CC4F49 Sunset

📋 copy color: '#CC4F49'

red 204 ◦ green 79 ◦ blue 73

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

Shades of Sunset #CC4F49

Tints of Sunset #CC4F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.19%

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

R = 57.3%
G = 22.19%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC4F49 (or 0xCC4F49) is known color: Sunset. HEX triplet: CC, 4F and 49. RGB value is (204,79,73). Sum of RGB (Red+Green+Blue) = 204+79+73=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4F49 is #33B0B6. Grayscale: #737373. Windows color (decimal): -3387575 or 4804556. OLE color: 4804556.

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

Color convert

RGB 204 79 73 -
CMYK 0 0.61 0.64 0.2
HSL 2.75º 0.56% 0.54% -
HSV(B) 2.75º 0.64% 0.8% -
XYZ 28.9 18.91 8.43 -
YUV 115.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 204 79 73 0 0.61 0.64 0.2 2.75 0.56 0.54
Hex CC 4F 49 0 3D 40 14 3 38 36
Octal 314 117 111 0 75 100 24 3 70 66
Binary 11001100 1001111 1001001 0 111101 1000000 10100 11 111000 110110

Color Harmonies of #CC4F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F49

Black with #CC4F49

Text Example


Text Example

White with #CC4F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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