#CA6786

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

Shades of Charm #CA6786

Tints of Charm #CA6786

Color information

#CA6786 (or 0xCA6786) is unknown color: approx Charm. HEX triplet: CA, 67 and 86. RGB value is (202,103,134). Sum of RGB (Red+Green+Blue) = 202+103+134=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6786 is #359879. Grayscale: #888888. Windows color (decimal): -3512442 or 8808394. OLE color: 8808394.

HSL color Cylindrical-coordinate representation of color #CA6786: hue angle of 341.21º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6786 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202103134-
CMYK00.490.340.21
HSL341.21º48.29%59.8%-
HSV(B)341.21º49.01%79.22%-
XYZ33.5123.9825.42-
YUV136.14126.8174.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=46.01%
G=23.46%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210313400.490.340.21341.2148.2959.8
HexCA67860312215155303c
Octal31214720606142255256074
Binary11001010110011110000110011000110001010101101010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6786; }

 p { color: rgb(202,103,134); }

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

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

 a { background-color: rgb(202,103,134); }

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

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

 span { border-color: rgb(202,103,134); }

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