#CC5448

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

Shades of Dark Coral #CC5448

Tints of Dark Coral #CC5448

Color information

#CC5448 (or 0xCC5448) is unknown color: approx Dark Coral. HEX triplet: CC, 54 and 48. RGB value is (204,84,72). Sum of RGB (Red+Green+Blue) = 204+84+72=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5448 is #33ABB7. Grayscale: #767676. Windows color (decimal): -3386296 or 4740300. OLE color: 4740300.

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

Color convert

RGB2048472-
CMYK00.590.650.2
HSL5.45º56.41%54.12%-
HSV(B)5.45º64.71%80%-
XYZ29.2419.658.38-
YUV118.51101.76188.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 72 (28.52% from 255) = 20%
R=56.67%
G=23.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204847200.590.650.25.4556.4154.12
HexCC544803B411453836
Octal3141241100731012457066
Binary11001100101010010010000111011100000110100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5448; }

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

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

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

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

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

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

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

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