#CA6B88

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

Shades of Charm #CA6B88

Tints of Charm #CA6B88

Color information

#CA6B88 (or 0xCA6B88) is unknown color: approx Charm. HEX triplet: CA, 6B and 88. RGB value is (202,107,136). Sum of RGB (Red+Green+Blue) = 202+107+136=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B88 is #359477. Grayscale: #8A8A8A. Windows color (decimal): -3511416 or 8940490. OLE color: 8940490.

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

Color convert

RGB202107136-
CMYK00.470.330.21
HSL341.68º47.26%60.59%-
HSV(B)341.68º47.03%79.22%-
XYZ34.0624.8526.29-
YUV138.71126.47173.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=45.39%
G=24.04%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210713600.470.330.21341.6847.2660.59
HexCA6B8802F21151562f3d
Octal31215321005741255265775
Binary11001010110101110001000010111110000110101101010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B88; }

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

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

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

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

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

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

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

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