#CA7E83

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

Shades of Charm #CA7E83

Tints of Charm #CA7E83

Color information

#CA7E83 (or 0xCA7E83) is unknown color: approx Charm. HEX triplet: CA, 7E and 83. RGB value is (202,126,131). Sum of RGB (Red+Green+Blue) = 202+126+131=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E83 is #35817C. Grayscale: #959595. Windows color (decimal): -3506557 or 8617674. OLE color: 8617674.

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

Color convert

RGB202126131-
CMYK00.380.350.21
HSL356.05º41.76%64.31%-
HSV(B)356.05º37.62%79.22%-
XYZ35.9129.1225.2-
YUV149.29117.68165.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=44.01%
G=27.45%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212613100.380.350.21356.0541.7664.31
HexCA7E8302623151642a40
Octal312176203046432554452100
Binary110010101111110100000110100110100011101011011001001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E83; }

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

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

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

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

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

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

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

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