#CA7687

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

Shades of Charm #CA7687

Tints of Charm #CA7687

Color information

#CA7687 (or 0xCA7687) is unknown color: approx Charm. HEX triplet: CA, 76 and 87. RGB value is (202,118,135). Sum of RGB (Red+Green+Blue) = 202+118+135=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7687 is #358978. Grayscale: #919191. Windows color (decimal): -3508601 or 8877770. OLE color: 8877770.

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

Color convert

RGB202118135-
CMYK00.420.330.21
HSL347.86º44.21%62.75%-
HSV(B)347.86º41.58%79.22%-
XYZ35.2127.2626.33-
YUV145.05122.33168.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=44.40%
G=25.93%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211813500.420.330.21347.8644.2162.75
HexCA768702A211515c2c3f
Octal31216620705241255345477
Binary11001010111011010000111010101010000110101101011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7687; }

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

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

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

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

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

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

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

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