#CA768D

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

Shades of Charm #CA768D

Tints of Charm #CA768D

Color information

#CA768D (or 0xCA768D) is unknown color: approx Charm. HEX triplet: CA, 76 and 8D. RGB value is (202,118,141). Sum of RGB (Red+Green+Blue) = 202+118+141=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA768D is #358972. Grayscale: #919191. Windows color (decimal): -3508595 or 9270986. OLE color: 9270986.

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

Color convert

RGB202118141-
CMYK00.420.300.21
HSL343.57º44.21%62.75%-
HSV(B)343.57º41.58%79.22%-
XYZ35.6427.4428.62-
YUV145.74125.33168.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=43.82%
G=25.60%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211814100.420.300.21343.5744.2162.75
HexCA768D02A1E151582c3f
Octal31216621505236255305477
Binary1100101011101101000110101010101111010101101011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA768D; }

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

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

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

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

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

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

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

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