#CA6981

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

Shades of Charm #CA6981

Tints of Charm #CA6981

Color information

#CA6981 (or 0xCA6981) is unknown color: approx Charm. HEX triplet: CA, 69 and 81. RGB value is (202,105,129). Sum of RGB (Red+Green+Blue) = 202+105+129=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6981 is #35967E. Grayscale: #888888. Windows color (decimal): -3511935 or 8481226. OLE color: 8481226.

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

Color convert

RGB202105129-
CMYK00.480.360.21
HSL345.15º47.78%60.2%-
HSV(B)345.15º48.02%79.22%-
XYZ33.3724.2423.69-
YUV136.74123.64174.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=46.33%
G=24.08%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210512900.480.360.21345.1547.7860.2
HexCA69810302415159303c
Octal31215120106044255316074
Binary11001010110100110000001011000010010010101101011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6981; }

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

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

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

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

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

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

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

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