#cd523f

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

Shades of Dark Coral #CD523F

Tints of Dark Coral #CD523F

Color information

#CD523F (or 0xCD523F) is unknown color: approx Dark Coral. HEX triplet: CD, 52 and 3F. RGB value is (205,82,63). Sum of RGB (Red+Green+Blue) = 205+82+63=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD523F is #32ADC0. Grayscale: #747474. Windows color (decimal): -3321281 or 4149965. OLE color: 4149965.

HSL color Cylindrical-coordinate representation of color #CD523F: hue angle of 8.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD523F is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2058263-
CMYK00.60.690.20
HSL8.03º58.68%52.55%-
HSV(B)8.03º69.27%80.39%-
XYZ29.0919.376.91-
YUV116.6197.75191.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.57%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 63 (25% from 255) = 18%
R=58.57%
G=23.43%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205826300.60.690.208.0358.6852.55
HexCD523F03C451483b35
Octal3151227707410524107365
Binary11001101101001011111101111001000101101001000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd523f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd523f; }

 p { color: rgb(205,82,63); }

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

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

 a { background-color: rgb(205,82,63); }

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

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

 span { border-color: rgb(205,82,63); }

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