#CA738C

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

Shades of Charm #CA738C

Tints of Charm #CA738C

Color information

#CA738C (or 0xCA738C) is unknown color: approx Charm. HEX triplet: CA, 73 and 8C. RGB value is (202,115,140). Sum of RGB (Red+Green+Blue) = 202+115+140=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA738C is #358C73. Grayscale: #8F8F8F. Windows color (decimal): -3509364 or 9204682. OLE color: 9204682.

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

Color convert

RGB202115140-
CMYK00.430.310.21
HSL342.76º45.08%62.16%-
HSV(B)342.76º43.07%79.22%-
XYZ35.2226.7128.11-
YUV143.86125.82169.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=44.20%
G=25.16%
B=30.63%

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
Decimal20211514000.430.310.21342.7645.0862.16
HexCA738C02B1F151572d3e
Octal31216321405337255275576
Binary1100101011100111000110001010111111110101101010111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA738C; }

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

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

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

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

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

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

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

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