#CA6344

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

Shades of Dark Coral #CA6344

Tints of Dark Coral #CA6344

Color information

#CA6344 (or 0xCA6344) is unknown color: approx Dark Coral. HEX triplet: CA, 63 and 44. RGB value is (202,99,68). Sum of RGB (Red+Green+Blue) = 202+99+68=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6344 is #359CBB. Grayscale: #7E7E7E. Windows color (decimal): -3513532 or 4481994. OLE color: 4481994.

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

Color convert

RGB2029968-
CMYK00.510.660.21
HSL13.88º55.83%52.94%-
HSV(B)13.88º66.34%79.22%-
XYZ29.8621.98.12-
YUV126.2695.12182.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=54.74%
G=26.83%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202996800.510.660.2113.8855.8352.94
HexCA63440334215e3835
Octal31214310406310225167065
Binary110010101100011100010001100111000010101011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6344; }

 p { color: rgb(202,99,68); }

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

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

 a { background-color: rgb(202,99,68); }

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

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

 span { border-color: rgb(202,99,68); }

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