#CC513E

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

Shades of Dark Coral #CC513E

Tints of Dark Coral #CC513E

Color information

#CC513E (or 0xCC513E) is unknown color: approx Dark Coral. HEX triplet: CC, 51 and 3E. RGB value is (204,81,62). Sum of RGB (Red+Green+Blue) = 204+81+62=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC513E is #33AEC1. Grayscale: #737373. Windows color (decimal): -3387074 or 4084172. OLE color: 4084172.

HSL color Cylindrical-coordinate representation of color #CC513E: hue angle of 8.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC513E is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB2048162-
CMYK00.600.700.2
HSL8.03º58.2%52.16%-
HSV(B)8.03º69.61%80%-
XYZ28.7119.076.72-
YUV115.6197.75191.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 62 (24.61% from 255) = 17.87%
R=58.79%
G=23.34%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204816200.600.700.28.0358.252.16
HexCC513E03C461483a34
Octal3141217607410624107264
Binary11001100101000111111001111001000110101001000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC513E; }

 p { color: rgb(204,81,62); }

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

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

 a { background-color: rgb(204,81,62); }

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

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

 span { border-color: rgb(204,81,62); }

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