#CA7783

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

Shades of Charm #CA7783

Tints of Charm #CA7783

Color information

#CA7783 (or 0xCA7783) is unknown color: approx Charm. HEX triplet: CA, 77 and 83. RGB value is (202,119,131). Sum of RGB (Red+Green+Blue) = 202+119+131=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7783 is #35887C. Grayscale: #919191. Windows color (decimal): -3508349 or 8615882. OLE color: 8615882.

HSL color Cylindrical-coordinate representation of color #CA7783: hue angle of 351.33º 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 #CA7783 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202119131-
CMYK00.410.350.21
HSL351.33º43.92%62.94%-
HSV(B)351.33º41.09%79.22%-
XYZ35.0527.3924.91-
YUV145.18120168.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=44.69%
G=26.33%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211913100.410.350.21351.3343.9262.94
HexCA7783029231515f2c3f
Octal31216720305143255375477
Binary11001010111011110000011010100110001110101101011111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7783; }

 p { color: rgb(202,119,131); }

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

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

 a { background-color: rgb(202,119,131); }

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

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

 span { border-color: rgb(202,119,131); }

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