#CA604A

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

Shades of Dark Coral #CA604A

Tints of Dark Coral #CA604A

Color information

#CA604A (or 0xCA604A) is unknown color: approx Dark Coral. HEX triplet: CA, 60 and 4A. RGB value is (202,96,74). Sum of RGB (Red+Green+Blue) = 202+96+74=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA604A is #359FB5. Grayscale: #7D7D7D. Windows color (decimal): -3514294 or 4874442. OLE color: 4874442.

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

Color convert

RGB2029674-
CMYK00.520.630.21
HSL10.31º54.7%54.12%-
HSV(B)10.31º63.37%79.22%-
XYZ29.7821.429.04-
YUV125.1999.12182.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 74 (29.30% from 255) = 19.89%
R=54.30%
G=25.81%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202967400.520.630.2110.3154.754.12
HexCA604A0343F15a3736
Octal3121401120647725126766
Binary11001010110000010010100110100111111101011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA604A; }

 p { color: rgb(202,96,74); }

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

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

 a { background-color: rgb(202,96,74); }

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

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

 span { border-color: rgb(202,96,74); }

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