#CA604B

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

Shades of Dark Coral #CA604B

Tints of Dark Coral #CA604B

Color information

#CA604B (or 0xCA604B) is unknown color: approx Dark Coral. HEX triplet: CA, 60 and 4B. RGB value is (202,96,75). Sum of RGB (Red+Green+Blue) = 202+96+75=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA604B is #359FB4. Grayscale: #7D7D7D. Windows color (decimal): -3514293 or 4939978. OLE color: 4939978.

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

Color convert

RGB2029675-
CMYK00.520.630.21
HSL9.92º54.51%54.31%-
HSV(B)9.92º62.87%79.22%-
XYZ29.8121.439.22-
YUV125.399.62182.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=54.16%
G=25.74%
B=20.11%

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
Decimal202967500.520.630.219.9254.5154.31
HexCA604B0343F15a3736
Octal3121401130647725126766
Binary11001010110000010010110110100111111101011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA604B; }

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

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

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

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

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

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

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

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