#CA6F77

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

Shades of Charm #CA6F77

Tints of Charm #CA6F77

Color information

#CA6F77 (or 0xCA6F77) is unknown color: approx Charm. HEX triplet: CA, 6F and 77. RGB value is (202,111,119). Sum of RGB (Red+Green+Blue) = 202+111+119=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F77 is #359088. Grayscale: #8B8B8B. Windows color (decimal): -3510409 or 7827402. OLE color: 7827402.

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

Color convert

RGB202111119-
CMYK00.450.410.21
HSL354.73º46.19%61.37%-
HSV(B)354.73º45.05%79.22%-
XYZ33.3725.2620.57-
YUV139.12116.65172.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=46.76%
G=25.69%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211111900.450.410.21354.7346.1961.37
HexCA6F7702D29151632e3d
Octal31215716705551255435675
Binary1100101011011111110111010110110100110101101100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F77; }

 p { color: rgb(202,111,119); }

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

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

 a { background-color: rgb(202,111,119); }

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

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

 span { border-color: rgb(202,111,119); }

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