#CA6243

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

Shades of Dark Coral #CA6243

Tints of Dark Coral #CA6243

Color information

#CA6243 (or 0xCA6243) is unknown color: approx Dark Coral. HEX triplet: CA, 62 and 43. RGB value is (202,98,67). Sum of RGB (Red+Green+Blue) = 202+98+67=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6243 is #359DBC. Grayscale: #7D7D7D. Windows color (decimal): -3513789 or 4416202. OLE color: 4416202.

HSL color Cylindrical-coordinate representation of color #CA6243: hue angle of 13.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA6243 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2029867-
CMYK00.510.670.21
HSL13.78º56.02%52.75%-
HSV(B)13.78º66.83%79.22%-
XYZ29.7421.77.93-
YUV125.5694.96182.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=55.04%
G=26.70%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202986700.510.670.2113.7856.0252.75
HexCA62430334315e3835
Octal31214210306310325167065
Binary110010101100010100001101100111000011101011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6243; }

 p { color: rgb(202,98,67); }

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

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

 a { background-color: rgb(202,98,67); }

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

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

 span { border-color: rgb(202,98,67); }

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