#CA6685

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

Shades of Charm #CA6685

Tints of Charm #CA6685

Color information

#CA6685 (or 0xCA6685) is unknown color: approx Charm. HEX triplet: CA, 66 and 85. RGB value is (202,102,133). Sum of RGB (Red+Green+Blue) = 202+102+133=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6685 is #35997A. Grayscale: #878787. Windows color (decimal): -3512699 or 8742602. OLE color: 8742602.

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

Color convert

RGB202102133-
CMYK00.500.340.21
HSL341.4º48.54%59.61%-
HSV(B)341.4º49.5%79.22%-
XYZ33.3423.7525.02-
YUV135.43126.63175.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=46.22%
G=23.34%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210213300.500.340.21341.448.5459.61
HexCA66850322215155313c
Octal31214620506242255256174
Binary11001010110011010000101011001010001010101101010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6685; }

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

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

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

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

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

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

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

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