#CA7B8C

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

Shades of Charm #CA7B8C

Tints of Charm #CA7B8C

Color information

#CA7B8C (or 0xCA7B8C) is unknown color: approx Charm. HEX triplet: CA, 7B and 8C. RGB value is (202,123,140). Sum of RGB (Red+Green+Blue) = 202+123+140=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7B8C is #358473. Grayscale: #949494. Windows color (decimal): -3507316 or 9206730. OLE color: 9206730.

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

Color convert

RGB202123140-
CMYK00.390.310.21
HSL347.09º42.7%63.73%-
HSV(B)347.09º39.11%79.22%-
XYZ36.1728.6228.43-
YUV148.56123.17166.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=43.44%
G=26.45%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212314000.390.310.21347.0942.763.73
HexCA7B8C0271F1515b2b40
Octal312173214047372553353100
Binary11001010111101110001100010011111111101011010110111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B8C; }

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

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

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

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

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

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

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

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