#CA7181

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

Shades of Charm #CA7181

Tints of Charm #CA7181

Color information

#CA7181 (or 0xCA7181) is unknown color: approx Charm. HEX triplet: CA, 71 and 81. RGB value is (202,113,129). Sum of RGB (Red+Green+Blue) = 202+113+129=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7181 is #358E7E. Grayscale: #8D8D8D. Windows color (decimal): -3509887 or 8483274. OLE color: 8483274.

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

Color convert

RGB202113129-
CMYK00.440.360.21
HSL349.21º45.64%61.76%-
HSV(B)349.21º44.06%79.22%-
XYZ34.2225.9523.97-
YUV141.44120.99171.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=45.50%
G=25.45%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211312900.440.360.21349.2145.6461.76
HexCA718102C241515d2e3e
Octal31216120105444255355676
Binary11001010111000110000001010110010010010101101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7181; }

 p { color: rgb(202,113,129); }

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

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

 a { background-color: rgb(202,113,129); }

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

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

 span { border-color: rgb(202,113,129); }

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