#CA7A88

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

Shades of Charm #CA7A88

Tints of Charm #CA7A88

Color information

#CA7A88 (or 0xCA7A88) is unknown color: approx Charm. HEX triplet: CA, 7A and 88. RGB value is (202,122,136). Sum of RGB (Red+Green+Blue) = 202+122+136=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A88 is #358577. Grayscale: #939393. Windows color (decimal): -3507576 or 8944330. OLE color: 8944330.

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

Color convert

RGB202122136-
CMYK00.400.330.21
HSL349.5º43.01%63.53%-
HSV(B)349.5º39.6%79.22%-
XYZ35.7628.2526.86-
YUV147.52121.5166.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=43.91%
G=26.52%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212213600.400.330.21349.543.0163.53
HexCA7A88028211515e2b40
Octal312172210050412553653100
Binary110010101111010100010000101000100001101011010111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A88; }

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

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

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

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

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

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

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

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