#CA707A

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

Shades of Charm #CA707A

Tints of Charm #CA707A

Color information

#CA707A (or 0xCA707A) is unknown color: approx Charm. HEX triplet: CA, 70 and 7A. RGB value is (202,112,122). Sum of RGB (Red+Green+Blue) = 202+112+122=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA707A is #358F85. Grayscale: #8C8C8C. Windows color (decimal): -3510150 or 8024266. OLE color: 8024266.

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

Color convert

RGB202112122-
CMYK00.450.400.21
HSL353.33º45.92%61.57%-
HSV(B)353.33º44.55%79.22%-
XYZ33.6625.5521.57-
YUV140.05117.82172.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=46.33%
G=25.69%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211212200.450.400.21353.3345.9261.57
HexCA707A02D28151612e3e
Octal31216017205550255415676
Binary1100101011100001111010010110110100010101101100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA707A; }

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

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

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

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

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

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

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

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