#CA6181

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

Shades of Charm #CA6181

Tints of Charm #CA6181

Color information

#CA6181 (or 0xCA6181) is unknown color: approx Charm. HEX triplet: CA, 61 and 81. RGB value is (202,97,129). Sum of RGB (Red+Green+Blue) = 202+97+129=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6181 is #359E7E. Grayscale: #848484. Windows color (decimal): -3513983 or 8479178. OLE color: 8479178.

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

Color convert

RGB20297129-
CMYK00.520.360.21
HSL341.71º49.76%58.63%-
HSV(B)341.71º51.98%79.22%-
XYZ32.5922.6923.43-
YUV132.04126.29177.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=47.20%
G=22.66%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029712900.520.360.21341.7149.7658.63
HexCA61810342415156323b
Octal31214120106444255266273
Binary11001010110000110000001011010010010010101101010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6181; }

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

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

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

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

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

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

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

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