#ca7883

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

Shades of Charm #CA7883

Tints of Charm #CA7883

Color information

#CA7883 (or 0xCA7883) is unknown color: approx Charm. HEX triplet: CA, 78 and 83. RGB value is (202,120,131). Sum of RGB (Red+Green+Blue) = 202+120+131=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7883 is #35877C. Grayscale: #919191. Windows color (decimal): -3508093 or 8616138. OLE color: 8616138.

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

Color convert

RGB202120131-
CMYK00.410.350.21
HSL351.95º43.62%63.14%-
HSV(B)351.95º40.59%79.22%-
XYZ35.1727.6324.95-
YUV145.77119.67168.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 131 (51.56% from 255) = 28.92%
R=44.59%
G=26.49%
B=28.92%

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
Decimal20212013100.410.350.21351.9543.6263.14
HexCA788302923151602c3f
Octal31217020305143255405477
Binary11001010111100010000011010100110001110101101100000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7883; }

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

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

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

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

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

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

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

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