#CA6880

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

Shades of Charm #CA6880

Tints of Charm #CA6880

Color information

#CA6880 (or 0xCA6880) is unknown color: approx Charm. HEX triplet: CA, 68 and 80. RGB value is (202,104,128). Sum of RGB (Red+Green+Blue) = 202+104+128=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6880 is #35977F. Grayscale: #888888. Windows color (decimal): -3512192 or 8415434. OLE color: 8415434.

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

Color convert

RGB202104128-
CMYK00.490.370.21
HSL345.31º48.04%60%-
HSV(B)345.31º48.51%79.22%-
XYZ33.224.0223.31-
YUV136.04123.47175.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=46.54%
G=23.96%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210412800.490.370.21345.3148.0460
HexCA68800312515159303c
Octal31215020006145255316074
Binary11001010110100010000000011000110010110101101011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6880; }

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

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

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

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

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

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

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

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