#CA6041

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

Shades of Dark Coral #CA6041

Tints of Dark Coral #CA6041

Color information

#CA6041 (or 0xCA6041) is unknown color: approx Dark Coral. HEX triplet: CA, 60 and 41. RGB value is (202,96,65). Sum of RGB (Red+Green+Blue) = 202+96+65=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6041 is #359FBE. Grayscale: #7C7C7C. Windows color (decimal): -3514303 or 4284618. OLE color: 4284618.

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

Color convert

RGB2029665-
CMYK00.520.680.21
HSL13.58º56.38%52.35%-
HSV(B)13.58º67.82%79.22%-
XYZ29.4921.37.56-
YUV124.1694.62183.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=55.65%
G=26.45%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202966500.520.680.2113.5856.3852.35
HexCA60410344415e3834
Octal31214010106410425167064
Binary110010101100000100000101101001000100101011110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6041; }

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

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

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

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

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

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

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

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