#CA6043

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

Shades of Dark Coral #CA6043

Tints of Dark Coral #CA6043

Color information

#CA6043 (or 0xCA6043) is unknown color: approx Dark Coral. HEX triplet: CA, 60 and 43. RGB value is (202,96,67). Sum of RGB (Red+Green+Blue) = 202+96+67=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6043 is #359FBC. Grayscale: #7C7C7C. Windows color (decimal): -3514301 or 4415690. OLE color: 4415690.

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

Color convert

RGB2029667-
CMYK00.520.670.21
HSL12.89º56.02%52.75%-
HSV(B)12.89º66.83%79.22%-
XYZ29.5521.337.87-
YUV124.3995.62183.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 67 (26.56% from 255) = 18.36%
R=55.34%
G=26.30%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202966700.520.670.2112.8956.0252.75
HexCA60430344315d3835
Octal31214010306410325157065
Binary110010101100000100001101101001000011101011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6043; }

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

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

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

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

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

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

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

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