#CA788A

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

Shades of Charm #CA788A

Tints of Charm #CA788A

Color information

#CA788A (or 0xCA788A) is unknown color: approx Charm. HEX triplet: CA, 78 and 8A. RGB value is (202,120,138). Sum of RGB (Red+Green+Blue) = 202+120+138=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA788A is #358775. Grayscale: #929292. Windows color (decimal): -3508086 or 9074890. OLE color: 9074890.

HSL color Cylindrical-coordinate representation of color #CA788A: hue angle of 346.83º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA788A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202120138-
CMYK00.410.320.21
HSL346.83º43.62%63.14%-
HSV(B)346.83º40.59%79.22%-
XYZ35.6627.8227.54-
YUV146.57123.17167.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 138 (54.30% from 255) = 30%
R=43.91%
G=26.09%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212013800.410.320.21346.8343.6263.14
HexCA788A029201515b2c3f
Octal31217021205140255335477
Binary11001010111100010001010010100110000010101101011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA788A; }

 p { color: rgb(202,120,138); }

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

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

 a { background-color: rgb(202,120,138); }

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

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

 span { border-color: rgb(202,120,138); }

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