#CA6143

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

Shades of Dark Coral #CA6143

Tints of Dark Coral #CA6143

Color information

#CA6143 (or 0xCA6143) is unknown color: approx Dark Coral. HEX triplet: CA, 61 and 43. RGB value is (202,97,67). Sum of RGB (Red+Green+Blue) = 202+97+67=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6143 is #359EBC. Grayscale: #7D7D7D. Windows color (decimal): -3514045 or 4415946. OLE color: 4415946.

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

Color convert

RGB2029767-
CMYK00.520.670.21
HSL13.33º56.02%52.75%-
HSV(B)13.33º66.83%79.22%-
XYZ29.6421.517.9-
YUV124.9895.29182.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=55.19%
G=26.50%
B=18.31%

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
Decimal202976700.520.670.2113.3356.0252.75
HexCA61430344315d3835
Octal31214110306410325157065
Binary110010101100001100001101101001000011101011101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6143; }

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

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

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

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

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

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

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

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