#CA7688

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

Shades of Charm #CA7688

Tints of Charm #CA7688

Color information

#CA7688 (or 0xCA7688) is unknown color: approx Charm. HEX triplet: CA, 76 and 88. RGB value is (202,118,136). Sum of RGB (Red+Green+Blue) = 202+118+136=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7688 is #358977. Grayscale: #919191. Windows color (decimal): -3508600 or 8943306. OLE color: 8943306.

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

Color convert

RGB202118136-
CMYK00.420.330.21
HSL347.14º44.21%62.75%-
HSV(B)347.14º41.58%79.22%-
XYZ35.2827.2926.7-
YUV145.17122.83168.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=44.30%
G=25.88%
B=29.82%

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
Decimal20211813600.420.330.21347.1444.2162.75
HexCA768802A211515b2c3f
Octal31216621005241255335477
Binary11001010111011010001000010101010000110101101011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7688; }

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

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

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

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

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

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

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

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