#CA6D8A

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

Shades of Charm #CA6D8A

Tints of Charm #CA6D8A

Color information

#CA6D8A (or 0xCA6D8A) is unknown color: approx Charm. HEX triplet: CA, 6D and 8A. RGB value is (202,109,138). Sum of RGB (Red+Green+Blue) = 202+109+138=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D8A is #359275. Grayscale: #8C8C8C. Windows color (decimal): -3510902 or 9072074. OLE color: 9072074.

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

Color convert

RGB202109138-
CMYK00.460.320.21
HSL341.29º46.73%60.98%-
HSV(B)341.29º46.04%79.22%-
XYZ34.4125.3327.12-
YUV140.11126.81172.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=44.99%
G=24.28%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210913800.460.320.21341.2946.7360.98
HexCA6D8A02E20151552f3d
Octal31215521205640255255775
Binary11001010110110110001010010111010000010101101010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D8A; }

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

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

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

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

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

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

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

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