#CA7B90

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

Shades of Charm #CA7B90

Tints of Charm #CA7B90

Color information

#CA7B90 (or 0xCA7B90) is unknown color: approx Charm. HEX triplet: CA, 7B and 90. RGB value is (202,123,144). Sum of RGB (Red+Green+Blue) = 202+123+144=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7B90 is #35846F. Grayscale: #959595. Windows color (decimal): -3507312 or 9468874. OLE color: 9468874.

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

Color convert

RGB202123144-
CMYK00.390.290.21
HSL344.05º42.7%63.73%-
HSV(B)344.05º39.11%79.22%-
XYZ36.4728.7430.01-
YUV149.01125.17165.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=43.07%
G=26.23%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212314400.390.290.21344.0542.763.73
HexCA7B900271D151582b40
Octal312173220047352553053100
Binary11001010111101110010000010011111101101011010110001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B90; }

 p { color: rgb(202,123,144); }

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

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

 a { background-color: rgb(202,123,144); }

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

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

 span { border-color: rgb(202,123,144); }

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