#CA7E8B

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

Shades of Charm #CA7E8B

Tints of Charm #CA7E8B

Color information

#CA7E8B (or 0xCA7E8B) is unknown color: approx Charm. HEX triplet: CA, 7E and 8B. RGB value is (202,126,139). Sum of RGB (Red+Green+Blue) = 202+126+139=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E8B is #358174. Grayscale: #969696. Windows color (decimal): -3506549 or 9141962. OLE color: 9141962.

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

Color convert

RGB202126139-
CMYK00.380.310.21
HSL349.74º41.76%64.31%-
HSV(B)349.74º37.62%79.22%-
XYZ36.4829.3428.17-
YUV150.21121.68164.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=43.25%
G=26.98%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212613900.380.310.21349.7441.7664.31
HexCA7E8B0261F1515e2a40
Octal312176213046372553652100
Binary11001010111111010001011010011011111101011010111101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E8B; }

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

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

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

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

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

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

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

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