#CA6984

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

Shades of Charm #CA6984

Tints of Charm #CA6984

Color information

#CA6984 (or 0xCA6984) is unknown color: approx Charm. HEX triplet: CA, 69 and 84. RGB value is (202,105,132). Sum of RGB (Red+Green+Blue) = 202+105+132=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6984 is #35967B. Grayscale: #898989. Windows color (decimal): -3511932 or 8677834. OLE color: 8677834.

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

Color convert

RGB202105132-
CMYK00.480.350.21
HSL343.3º47.78%60.2%-
HSV(B)343.3º48.02%79.22%-
XYZ33.5724.3324.76-
YUV137.08125.14174.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=46.01%
G=23.92%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210513200.480.350.21343.347.7860.2
HexCA69840302315157303c
Octal31215120406043255276074
Binary11001010110100110000100011000010001110101101010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6984; }

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

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

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

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

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

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

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

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