#CA738B

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

Shades of Charm #CA738B

Tints of Charm #CA738B

Color information

#CA738B (or 0xCA738B) is unknown color: approx Charm. HEX triplet: CA, 73 and 8B. RGB value is (202,115,139). Sum of RGB (Red+Green+Blue) = 202+115+139=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA738B is #358C74. Grayscale: #8F8F8F. Windows color (decimal): -3509365 or 9139146. OLE color: 9139146.

HSL color Cylindrical-coordinate representation of color #CA738B: hue angle of 343.45º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA738B is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202115139-
CMYK00.430.310.21
HSL343.45º45.08%62.16%-
HSV(B)343.45º43.07%79.22%-
XYZ35.1526.6827.72-
YUV143.75125.32169.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=44.30%
G=25.22%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211513900.430.310.21343.4545.0862.16
HexCA738B02B1F151572d3e
Octal31216321305337255275576
Binary1100101011100111000101101010111111110101101010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA738B; }

 p { color: rgb(202,115,139); }

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

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

 a { background-color: rgb(202,115,139); }

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

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

 span { border-color: rgb(202,115,139); }

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