#CD624A

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

Shades of Dark Coral #CD624A

Tints of Dark Coral #CD624A

Color information

#CD624A (or 0xCD624A) is unknown color: approx Dark Coral. HEX triplet: CD, 62 and 4A. RGB value is (205,98,74). Sum of RGB (Red+Green+Blue) = 205+98+74=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD624A is #329DB5. Grayscale: #7F7F7F. Windows color (decimal): -3317174 or 4874957. OLE color: 4874957.

HSL color Cylindrical-coordinate representation of color #CD624A: hue angle of 10.99º degrees, saturation: 0.57, 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 #CD624A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB2059874-
CMYK00.520.640.20
HSL10.99º56.71%54.71%-
HSV(B)10.99º63.9%80.39%-
XYZ30.7822.219.14-
YUV127.2697.95183.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=54.38%
G=25.99%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205987400.520.640.2010.9956.7154.71
HexCD624A0344014b3937
Octal31514211206410024137167
Binary110011011100010100101001101001000000101001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD624A; }

 p { color: rgb(205,98,74); }

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

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

 a { background-color: rgb(205,98,74); }

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

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

 span { border-color: rgb(205,98,74); }

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