#CA6782

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

Shades of Charm #CA6782

Tints of Charm #CA6782

Color information

#CA6782 (or 0xCA6782) is unknown color: approx Charm. HEX triplet: CA, 67 and 82. RGB value is (202,103,130). Sum of RGB (Red+Green+Blue) = 202+103+130=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6782 is #35987D. Grayscale: #878787. Windows color (decimal): -3512446 or 8546250. OLE color: 8546250.

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

Color convert

RGB202103130-
CMYK00.490.360.21
HSL343.64º48.29%59.8%-
HSV(B)343.64º49.01%79.22%-
XYZ33.2423.8723.97-
YUV135.68124.8175.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=46.44%
G=23.68%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210313000.490.360.21343.6448.2959.8
HexCA67820312415158303c
Octal31214720206144255306074
Binary11001010110011110000010011000110010010101101011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6782; }

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

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

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

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

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

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

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

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