#CA768F

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

Shades of Charm #CA768F

Tints of Charm #CA768F

Color information

#CA768F (or 0xCA768F) is unknown color: approx Charm. HEX triplet: CA, 76 and 8F. RGB value is (202,118,143). Sum of RGB (Red+Green+Blue) = 202+118+143=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA768F is #358970. Grayscale: #919191. Windows color (decimal): -3508593 or 9402058. OLE color: 9402058.

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

Color convert

RGB202118143-
CMYK00.420.290.21
HSL342.14º44.21%62.75%-
HSV(B)342.14º41.58%79.22%-
XYZ35.7927.529.41-
YUV145.97126.33167.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=43.63%
G=25.49%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211814300.420.290.21342.1444.2162.75
HexCA768F02A1D151562c3f
Octal31216621705235255265477
Binary1100101011101101000111101010101110110101101010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA768F; }

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

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

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

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

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

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

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

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