#CA6680

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

Shades of Charm #CA6680

Tints of Charm #CA6680

Color information

#CA6680 (or 0xCA6680) is unknown color: approx Charm. HEX triplet: CA, 66 and 80. RGB value is (202,102,128). Sum of RGB (Red+Green+Blue) = 202+102+128=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6680 is #35997F. Grayscale: #868686. Windows color (decimal): -3512704 or 8414922. OLE color: 8414922.

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

Color convert

RGB202102128-
CMYK00.500.370.21
HSL344.4º48.54%59.61%-
HSV(B)344.4º49.5%79.22%-
XYZ3323.6223.24-
YUV134.86124.13175.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=46.76%
G=23.61%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210212800.500.370.21344.448.5459.61
HexCA66800322515158313c
Octal31214620006245255306174
Binary11001010110011010000000011001010010110101101011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6680; }

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

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

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

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

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

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

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

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