#CA747A

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

Shades of Charm #CA747A

Tints of Charm #CA747A

Color information

#CA747A (or 0xCA747A) is unknown color: approx Charm. HEX triplet: CA, 74 and 7A. RGB value is (202,116,122). Sum of RGB (Red+Green+Blue) = 202+116+122=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA747A is #358B85. Grayscale: #8E8E8E. Windows color (decimal): -3509126 or 8025290. OLE color: 8025290.

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

Color convert

RGB202116122-
CMYK00.430.400.21
HSL355.81º44.79%62.35%-
HSV(B)355.81º42.57%79.22%-
XYZ34.1226.4521.72-
YUV142.4116.49170.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=45.91%
G=26.36%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211612200.430.400.21355.8144.7962.35
HexCA747A02B28151642d3e
Octal31216417205350255445576
Binary1100101011101001111010010101110100010101101100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA747A; }

 p { color: rgb(202,116,122); }

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

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

 a { background-color: rgb(202,116,122); }

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

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

 span { border-color: rgb(202,116,122); }

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