#CA5C4B

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

Shades of Dark Coral #CA5C4B

Tints of Dark Coral #CA5C4B

Color information

#CA5C4B (or 0xCA5C4B) is unknown color: approx Dark Coral. HEX triplet: CA, 5C and 4B. RGB value is (202,92,75). Sum of RGB (Red+Green+Blue) = 202+92+75=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5C4B is #35A3B4. Grayscale: #7B7B7B. Windows color (decimal): -3515317 or 4938954. OLE color: 4938954.

HSL color Cylindrical-coordinate representation of color #CA5C4B: hue angle of 8.03º 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 #CA5C4B is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2029275-
CMYK00.540.630.21
HSL8.03º54.51%54.31%-
HSV(B)8.03º62.87%79.22%-
XYZ29.4520.729.1-
YUV122.95100.94184.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=54.74%
G=24.93%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202927500.540.630.218.0354.5154.31
HexCA5C4B0363F1583736
Octal3121341130667725106766
Binary11001010101110010010110110110111111101011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C4B; }

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

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

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

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

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

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

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

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