#CA767F

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

Shades of Charm #CA767F

Tints of Charm #CA767F

Color information

#CA767F (or 0xCA767F) is unknown color: approx Charm. HEX triplet: CA, 76 and 7F. RGB value is (202,118,127). Sum of RGB (Red+Green+Blue) = 202+118+127=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA767F is #358980. Grayscale: #909090. Windows color (decimal): -3508609 or 8353482. OLE color: 8353482.

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

Color convert

RGB202118127-
CMYK00.420.370.21
HSL353.57º44.21%62.75%-
HSV(B)353.57º41.58%79.22%-
XYZ34.6727.0523.47-
YUV144.14118.33169.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 127 (50% from 255) = 28.41%
R=45.19%
G=26.40%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211812700.420.370.21353.5744.2162.75
HexCA767F02A25151622c3f
Octal31216617705245255425477
Binary1100101011101101111111010101010010110101101100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA767F; }

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

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

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

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

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

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

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

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