#CA7689

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

Shades of Charm #CA7689

Tints of Charm #CA7689

Color information

#CA7689 (or 0xCA7689) is unknown color: approx Charm. HEX triplet: CA, 76 and 89. RGB value is (202,118,137). Sum of RGB (Red+Green+Blue) = 202+118+137=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7689 is #358976. Grayscale: #919191. Windows color (decimal): -3508599 or 9008842. OLE color: 9008842.

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

Color convert

RGB202118137-
CMYK00.420.320.21
HSL346.43º44.21%62.75%-
HSV(B)346.43º41.58%79.22%-
XYZ35.3527.3227.08-
YUV145.28123.33168.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=44.20%
G=25.82%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211813700.420.320.21346.4344.2162.75
HexCA768902A201515a2c3f
Octal31216621105240255325477
Binary11001010111011010001001010101010000010101101011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7689; }

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

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

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

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

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

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

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

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