#CA6A80

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

Shades of Charm #CA6A80

Tints of Charm #CA6A80

Color information

#CA6A80 (or 0xCA6A80) is unknown color: approx Charm. HEX triplet: CA, 6A and 80. RGB value is (202,106,128). Sum of RGB (Red+Green+Blue) = 202+106+128=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6A80 is #35957F. Grayscale: #898989. Windows color (decimal): -3511680 or 8415946. OLE color: 8415946.

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

Color convert

RGB202106128-
CMYK00.480.370.21
HSL346.25º47.52%60.39%-
HSV(B)346.25º47.52%79.22%-
XYZ33.4124.4223.38-
YUV137.21122.8174.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=46.33%
G=24.31%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210612800.480.370.21346.2547.5260.39
HexCA6A80030251515a303c
Octal31215220006045255326074
Binary11001010110101010000000011000010010110101101011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A80; }

 p { color: rgb(202,106,128); }

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

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

 a { background-color: rgb(202,106,128); }

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

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

 span { border-color: rgb(202,106,128); }

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