#CA777B

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

Shades of Charm #CA777B

Tints of Charm #CA777B

Color information

#CA777B (or 0xCA777B) is unknown color: approx Charm. HEX triplet: CA, 77 and 7B. RGB value is (202,119,123). Sum of RGB (Red+Green+Blue) = 202+119+123=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA777B is #358884. Grayscale: #909090. Windows color (decimal): -3508357 or 8091594. OLE color: 8091594.

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

Color convert

RGB202119123-
CMYK00.410.390.21
HSL357.11º43.92%62.94%-
HSV(B)357.11º41.09%79.22%-
XYZ34.5327.1822.17-
YUV144.27116169.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=45.50%
G=26.80%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211912300.410.390.21357.1143.9262.94
HexCA777B02927151652c3f
Octal31216717305147255455477
Binary1100101011101111111011010100110011110101101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA777B; }

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

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

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

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

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

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

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

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