#CA574B

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

Shades of Dark Coral #CA574B

Tints of Dark Coral #CA574B

Color information

#CA574B (or 0xCA574B) is unknown color: approx Dark Coral. HEX triplet: CA, 57 and 4B. RGB value is (202,87,75). Sum of RGB (Red+Green+Blue) = 202+87+75=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA574B is #35A8B4. Grayscale: #787878. Windows color (decimal): -3516597 or 4937674. OLE color: 4937674.

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

Color convert

RGB2028775-
CMYK00.570.630.21
HSL5.67º54.51%54.31%-
HSV(B)5.67º62.87%79.22%-
XYZ29.0419.888.96-
YUV120.02102.6186.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=55.49%
G=23.90%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202877500.570.630.215.6754.5154.31
HexCA574B0393F1563736
Octal312127113071772566766
Binary1100101010101111001011011100111111110101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA574B; }

 p { color: rgb(202,87,75); }

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

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

 a { background-color: rgb(202,87,75); }

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

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

 span { border-color: rgb(202,87,75); }

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