#ca617f

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

Shades of Charm #CA617F

Tints of Charm #CA617F

Color information

#CA617F (or 0xCA617F) is unknown color: approx Charm. HEX triplet: CA, 61 and 7F. RGB value is (202,97,127). Sum of RGB (Red+Green+Blue) = 202+97+127=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA617F is #359E80. Grayscale: #838383. Windows color (decimal): -3513985 or 8348106. OLE color: 8348106.

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

Color convert

RGB20297127-
CMYK00.520.370.21
HSL342.86º49.76%58.63%-
HSV(B)342.86º51.98%79.22%-
XYZ32.4622.6422.74-
YUV131.82125.29178.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 127 (50% from 255) = 29.81%
R=47.42%
G=22.77%
B=29.81%

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
Decimal2029712700.520.370.21342.8649.7658.63
HexCA617F0342515157323b
Octal31214117706445255276273
Binary1100101011000011111111011010010010110101101010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca617f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca617f; }

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

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

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

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

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

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

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

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