#CC4F48

Color #CC4F48 Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #CC4F48

Tints of Sunset #CC4F48

Color information

#CC4F48 (or 0xCC4F48) is unknown color: approx Sunset. HEX triplet: CC, 4F and 48. RGB value is (204,79,72). Sum of RGB (Red+Green+Blue) = 204+79+72=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4F48 is #33B0B7. Grayscale: #737373. Windows color (decimal): -3387576 or 4739020. OLE color: 4739020.

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

Color convert

RGB2047972-
CMYK00.610.650.2
HSL3.18º56.41%54.12%-
HSV(B)3.18º64.71%80%-
XYZ28.8718.98.26-
YUV115.58103.41191.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=57.46%
G=22.25%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204797200.610.650.23.1856.4154.12
HexCC4F4803D411433836
Octal3141171100751012437066
Binary1100110010011111001000011110110000011010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F48; }

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

 H1.HeaderClassName
 {
   color: #CC4F48;
 }
 .AnyTagClassName
 {
   color: #CC4F48;
 }
</style>
background-color css

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

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

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

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

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

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