#CA6785

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

Shades of Charm #CA6785

Tints of Charm #CA6785

Color information

#CA6785 (or 0xCA6785) is unknown color: approx Charm. HEX triplet: CA, 67 and 85. RGB value is (202,103,133). Sum of RGB (Red+Green+Blue) = 202+103+133=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6785 is #35987A. Grayscale: #888888. Windows color (decimal): -3512443 or 8742858. OLE color: 8742858.

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

Color convert

RGB202103133-
CMYK00.490.340.21
HSL341.82º48.29%59.8%-
HSV(B)341.82º49.01%79.22%-
XYZ33.4423.9525.05-
YUV136.02126.3175.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=46.12%
G=23.52%
B=30.37%

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
Decimal20210313300.490.340.21341.8248.2959.8
HexCA67850312215156303c
Octal31214720506142255266074
Binary11001010110011110000101011000110001010101101010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6785; }

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

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

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

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

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

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

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

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