#CA7578

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

Shades of Charm #CA7578

Tints of Charm #CA7578

Color information

#CA7578 (or 0xCA7578) is unknown color: approx Charm. HEX triplet: CA, 75 and 78. RGB value is (202,117,120). Sum of RGB (Red+Green+Blue) = 202+117+120=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7578 is #358A87. Grayscale: #8E8E8E. Windows color (decimal): -3508872 or 7894474. OLE color: 7894474.

HSL color Cylindrical-coordinate representation of color #CA7578: hue angle of 357.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7578 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB202117120-
CMYK00.420.410.21
HSL357.88º44.5%62.55%-
HSV(B)357.88º42.08%79.22%-
XYZ34.1126.6421.11-
YUV142.76115.16170.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=46.01%
G=26.65%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211712000.420.410.21357.8844.562.55
HexCA757802A29151662d3f
Octal31216517005251255465577
Binary1100101011101011111000010101010100110101101100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7578; }

 p { color: rgb(202,117,120); }

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

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

 a { background-color: rgb(202,117,120); }

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

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

 span { border-color: rgb(202,117,120); }

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