#CA757A

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

Shades of Charm #CA757A

Tints of Charm #CA757A

Color information

#CA757A (or 0xCA757A) is unknown color: approx Charm. HEX triplet: CA, 75 and 7A. RGB value is (202,117,122). Sum of RGB (Red+Green+Blue) = 202+117+122=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA757A is #358A85. Grayscale: #8F8F8F. Windows color (decimal): -3508870 or 8025546. OLE color: 8025546.

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

Color convert

RGB202117122-
CMYK00.420.400.21
HSL356.47º44.5%62.55%-
HSV(B)356.47º42.08%79.22%-
XYZ34.2326.6821.76-
YUV142.99116.16170.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 117 (46.09% from 255) = 26.53%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=45.80%
G=26.53%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211712200.420.400.21356.4744.562.55
HexCA757A02A28151642d3f
Octal31216517205250255445577
Binary1100101011101011111010010101010100010101101100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA757A; }

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

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

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

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

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

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

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

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