#CA718A

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

Shades of Charm #CA718A

Tints of Charm #CA718A

Color information

#CA718A (or 0xCA718A) is unknown color: approx Charm. HEX triplet: CA, 71 and 8A. RGB value is (202,113,138). Sum of RGB (Red+Green+Blue) = 202+113+138=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA718A is #358E75. Grayscale: #8E8E8E. Windows color (decimal): -3509878 or 9073098. OLE color: 9073098.

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

Color convert

RGB202113138-
CMYK00.440.320.21
HSL343.15º45.64%61.76%-
HSV(B)343.15º44.06%79.22%-
XYZ34.8526.227.27-
YUV142.46125.49170.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=44.59%
G=24.94%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211313800.440.320.21343.1545.6461.76
HexCA718A02C20151572e3e
Octal31216121205440255275676
Binary11001010111000110001010010110010000010101101010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA718A; }

 p { color: rgb(202,113,138); }

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

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

 a { background-color: rgb(202,113,138); }

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

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

 span { border-color: rgb(202,113,138); }

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