#CA617E

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

Shades of Charm #CA617E

Tints of Charm #CA617E

Color information

#CA617E (or 0xCA617E) is unknown color: approx Charm. HEX triplet: CA, 61 and 7E. RGB value is (202,97,126). Sum of RGB (Red+Green+Blue) = 202+97+126=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA617E is #359E81. Grayscale: #838383. Windows color (decimal): -3513986 or 8282570. OLE color: 8282570.

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

Color convert

RGB20297126-
CMYK00.520.380.21
HSL343.43º49.76%58.63%-
HSV(B)343.43º51.98%79.22%-
XYZ32.422.6122.4-
YUV131.7124.79178.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=47.53%
G=22.82%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029712600.520.380.21343.4349.7658.63
HexCA617E0342615157323b
Octal31214117606446255276273
Binary1100101011000011111110011010010011010101101010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA617E; }

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

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

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

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

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

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

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

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