#CA6F88

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

Shades of Charm #CA6F88

Tints of Charm #CA6F88

Color information

#CA6F88 (or 0xCA6F88) is unknown color: approx Charm. HEX triplet: CA, 6F and 88. RGB value is (202,111,136). Sum of RGB (Red+Green+Blue) = 202+111+136=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F88 is #359077. Grayscale: #8D8D8D. Windows color (decimal): -3510392 or 8941514. OLE color: 8941514.

HSL color Cylindrical-coordinate representation of color #CA6F88: hue angle of 343.52º 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 #CA6F88 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202111136-
CMYK00.450.330.21
HSL343.52º46.19%61.37%-
HSV(B)343.52º45.05%79.22%-
XYZ34.4925.726.44-
YUV141.06125.15171.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=44.99%
G=24.72%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211113600.450.330.21343.5246.1961.37
HexCA6F8802D21151582e3d
Octal31215721005541255305675
Binary11001010110111110001000010110110000110101101011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F88; }

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

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

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

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

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

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

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

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