#CA637E

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

Shades of Charm #CA637E

Tints of Charm #CA637E

Color information

#CA637E (or 0xCA637E) is unknown color: approx Charm. HEX triplet: CA, 63 and 7E. RGB value is (202,99,126). Sum of RGB (Red+Green+Blue) = 202+99+126=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA637E is #359C81. Grayscale: #848484. Windows color (decimal): -3513474 or 8283082. OLE color: 8283082.

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

Color convert

RGB20299126-
CMYK00.510.380.21
HSL344.27º49.28%59.02%-
HSV(B)344.27º50.99%79.22%-
XYZ32.5822.9922.46-
YUV132.88124.12177.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=47.31%
G=23.19%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029912600.510.380.21344.2749.2859.02
HexCA637E0332615158313b
Octal31214317606346255306173
Binary1100101011000111111110011001110011010101101011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA637E; }

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

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

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

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

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

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

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

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