#CA767A

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

Shades of Charm #CA767A

Tints of Charm #CA767A

Color information

#CA767A (or 0xCA767A) is unknown color: approx Charm. HEX triplet: CA, 76 and 7A. RGB value is (202,118,122). Sum of RGB (Red+Green+Blue) = 202+118+122=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA767A is #358985. Grayscale: #8F8F8F. Windows color (decimal): -3508614 or 8025802. OLE color: 8025802.

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

Color convert

RGB202118122-
CMYK00.420.400.21
HSL357.14º44.21%62.75%-
HSV(B)357.14º41.58%79.22%-
XYZ34.3526.9221.8-
YUV143.57115.83169.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=45.70%
G=26.70%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211812200.420.400.21357.1444.2162.75
HexCA767A02A28151652c3f
Octal31216617205250255455477
Binary1100101011101101111010010101010100010101101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA767A; }

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

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

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

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

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

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

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

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