#CA7686

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

Shades of Charm #CA7686

Tints of Charm #CA7686

Color information

#CA7686 (or 0xCA7686) is unknown color: approx Charm. HEX triplet: CA, 76 and 86. RGB value is (202,118,134). Sum of RGB (Red+Green+Blue) = 202+118+134=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7686 is #358979. Grayscale: #909090. Windows color (decimal): -3508602 or 8812234. OLE color: 8812234.

HSL color Cylindrical-coordinate representation of color #CA7686: hue angle of 348.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7686 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202118134-
CMYK00.420.340.21
HSL348.57º44.21%62.75%-
HSV(B)348.57º41.58%79.22%-
XYZ35.1427.2325.96-
YUV144.94121.83168.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=44.49%
G=25.99%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211813400.420.340.21348.5744.2162.75
HexCA768602A221515d2c3f
Octal31216620605242255355477
Binary11001010111011010000110010101010001010101101011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7686; }

 p { color: rgb(202,118,134); }

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

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

 a { background-color: rgb(202,118,134); }

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

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

 span { border-color: rgb(202,118,134); }

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