#CA5C48

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

Shades of Dark Coral #CA5C48

Tints of Dark Coral #CA5C48

Color information

#CA5C48 (or 0xCA5C48) is unknown color: approx Dark Coral. HEX triplet: CA, 5C and 48. RGB value is (202,92,72). Sum of RGB (Red+Green+Blue) = 202+92+72=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C48 is #35A3B7. Grayscale: #7A7A7A. Windows color (decimal): -3515320 or 4742346. OLE color: 4742346.

HSL color Cylindrical-coordinate representation of color #CA5C48: hue angle of 9.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5C48 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2029272-
CMYK00.540.640.21
HSL9.23º55.08%53.73%-
HSV(B)9.23º64.36%79.22%-
XYZ29.3520.688.58-
YUV122.6199.44184.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=55.19%
G=25.14%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202927200.540.640.219.2355.0853.73
HexCA5C48036401593736
Octal31213411006610025116766
Binary110010101011100100100001101101000000101011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C48; }

 p { color: rgb(202,92,72); }

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

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

 a { background-color: rgb(202,92,72); }

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

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

 span { border-color: rgb(202,92,72); }

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