#CA657F

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

Shades of Charm #CA657F

Tints of Charm #CA657F

Color information

#CA657F (or 0xCA657F) is unknown color: approx Charm. HEX triplet: CA, 65 and 7F. RGB value is (202,101,127). Sum of RGB (Red+Green+Blue) = 202+101+127=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA657F is #359A80. Grayscale: #868686. Windows color (decimal): -3512961 or 8349130. OLE color: 8349130.

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

Color convert

RGB202101127-
CMYK00.500.370.21
HSL344.55º48.79%59.41%-
HSV(B)344.55º50%79.22%-
XYZ32.8423.422.86-
YUV134.16123.96176.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 127 (50% from 255) = 29.53%
R=46.98%
G=23.49%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210112700.500.370.21344.5548.7959.41
HexCA657F0322515159313b
Octal31214517706245255316173
Binary1100101011001011111111011001010010110101101011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA657F; }

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

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

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

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

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

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

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

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