#CA7F81

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

Shades of Charm #CA7F81

Tints of Charm #CA7F81

Color information

#CA7F81 (or 0xCA7F81) is unknown color: approx Charm. HEX triplet: CA, 7F and 81. RGB value is (202,127,129). Sum of RGB (Red+Green+Blue) = 202+127+129=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F81 is #35807E. Grayscale: #959595. Windows color (decimal): -3506303 or 8486858. OLE color: 8486858.

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

Color convert

RGB202127129-
CMYK00.370.360.21
HSL358.4º41.44%64.51%-
HSV(B)358.4º37.13%79.22%-
XYZ35.9129.3224.54-
YUV149.65116.35165.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=44.10%
G=27.73%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212712900.370.360.21358.441.4464.51
HexCA7F8102524151662941
Octal312177201045442554651101
Binary110010101111111100000010100101100100101011011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F81; }

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

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

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

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

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

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

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

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