#CA7F85

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

Shades of Charm #CA7F85

Tints of Charm #CA7F85

Color information

#CA7F85 (or 0xCA7F85) is unknown color: approx Charm. HEX triplet: CA, 7F and 85. RGB value is (202,127,133). Sum of RGB (Red+Green+Blue) = 202+127+133=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F85 is #35807A. Grayscale: #969696. Windows color (decimal): -3506299 or 8749002. OLE color: 8749002.

HSL color Cylindrical-coordinate representation of color #CA7F85: hue angle of 355.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7F85 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202127133-
CMYK00.370.340.21
HSL355.2º41.44%64.51%-
HSV(B)355.2º37.13%79.22%-
XYZ36.1829.4325.96-
YUV150.11118.35165.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=43.72%
G=27.49%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212713300.370.340.21355.241.4464.51
HexCA7F8502522151632941
Octal312177205045422554351101
Binary110010101111111100001010100101100010101011011000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F85; }

 p { color: rgb(202,127,133); }

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

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

 a { background-color: rgb(202,127,133); }

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

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

 span { border-color: rgb(202,127,133); }

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