#CA6684

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

Shades of Charm #CA6684

Tints of Charm #CA6684

Color information

#CA6684 (or 0xCA6684) is unknown color: approx Charm. HEX triplet: CA, 66 and 84. RGB value is (202,102,132). Sum of RGB (Red+Green+Blue) = 202+102+132=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6684 is #35997B. Grayscale: #878787. Windows color (decimal): -3512700 or 8677066. OLE color: 8677066.

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

Color convert

RGB202102132-
CMYK00.500.350.21
HSL342º48.54%59.61%-
HSV(B)342º49.5%79.22%-
XYZ33.2723.7324.66-
YUV135.32126.13175.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=46.33%
G=23.39%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210213200.500.350.2134248.5459.61
HexCA66840322315156313c
Octal31214620406243255266174
Binary11001010110011010000100011001010001110101101010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6684; }

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

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

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

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

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

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

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

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