#CA6146

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

Shades of Dark Coral #CA6146

Tints of Dark Coral #CA6146

Color information

#CA6146 (or 0xCA6146) is unknown color: approx Dark Coral. HEX triplet: CA, 61 and 46. RGB value is (202,97,70). Sum of RGB (Red+Green+Blue) = 202+97+70=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6146 is #359EB9. Grayscale: #7D7D7D. Windows color (decimal): -3514042 or 4612554. OLE color: 4612554.

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

Color convert

RGB2029770-
CMYK00.520.650.21
HSL12.27º55.46%53.33%-
HSV(B)12.27º65.35%79.22%-
XYZ29.7421.558.39-
YUV125.3296.79182.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=54.74%
G=26.29%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202977000.520.650.2112.2755.4653.33
HexCA61460344115c3735
Octal31214110606410125146765
Binary110010101100001100011001101001000001101011100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6146; }

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

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

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

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

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

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

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

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