#CA7A83

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

Shades of Charm #CA7A83

Tints of Charm #CA7A83

Color information

#CA7A83 (or 0xCA7A83) is unknown color: approx Charm. HEX triplet: CA, 7A and 83. RGB value is (202,122,131). Sum of RGB (Red+Green+Blue) = 202+122+131=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A83 is #35857C. Grayscale: #929292. Windows color (decimal): -3507581 or 8616650. OLE color: 8616650.

HSL color Cylindrical-coordinate representation of color #CA7A83: hue angle of 353.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7A83 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202122131-
CMYK00.400.350.21
HSL353.25º43.01%63.53%-
HSV(B)353.25º39.6%79.22%-
XYZ35.4128.1125.03-
YUV146.95119167.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=44.40%
G=26.81%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212213100.400.350.21353.2543.0163.53
HexCA7A8302823151612b40
Octal312172203050432554153100
Binary110010101111010100000110101000100011101011011000011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A83; }

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

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

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

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

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

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

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

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