#CC584A

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

Shades of Dark Coral #CC584A

Tints of Dark Coral #CC584A

Color information

#CC584A (or 0xCC584A) is unknown color: approx Dark Coral. HEX triplet: CC, 58 and 4A. RGB value is (204,88,74). Sum of RGB (Red+Green+Blue) = 204+88+74=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC584A is #33A7B5. Grayscale: #797979. Windows color (decimal): -3385270 or 4872396. OLE color: 4872396.

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

Color convert

RGB2048874-
CMYK00.570.640.2
HSL6.46º56.03%54.51%-
HSV(B)6.46º63.73%80%-
XYZ29.6320.318.84-
YUV121.09101.43187.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=55.74%
G=24.04%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204887400.570.640.26.4656.0354.51
HexCC584A039401463837
Octal3141301120711002467067
Binary11001100101100010010100111001100000010100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC584A; }

 p { color: rgb(204,88,74); }

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

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

 a { background-color: rgb(204,88,74); }

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

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

 span { border-color: rgb(204,88,74); }

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