#CA6180

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

Shades of Charm #CA6180

Tints of Charm #CA6180

Color information

#CA6180 (or 0xCA6180) is unknown color: approx Charm. HEX triplet: CA, 61 and 80. RGB value is (202,97,128). Sum of RGB (Red+Green+Blue) = 202+97+128=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6180 is #359E7F. Grayscale: #838383. Windows color (decimal): -3513984 or 8413642. OLE color: 8413642.

HSL color Cylindrical-coordinate representation of color #CA6180: hue angle of 342.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6180 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20297128-
CMYK00.520.370.21
HSL342.29º49.76%58.63%-
HSV(B)342.29º51.98%79.22%-
XYZ32.5322.6623.08-
YUV131.93125.79177.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=47.31%
G=22.72%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029712800.520.370.21342.2949.7658.63
HexCA61800342515156323b
Octal31214120006445255266273
Binary11001010110000110000000011010010010110101101010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6180; }

 p { color: rgb(202,97,128); }

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

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

 a { background-color: rgb(202,97,128); }

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

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

 span { border-color: rgb(202,97,128); }

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