#94526B

Color #94526B Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #94526B

Tints of Cannon Pink #94526B

Color information

#94526B (or 0x94526B) is unknown color: approx Cannon Pink. HEX triplet: 94, 52 and 6B. RGB value is (148,82,107). Sum of RGB (Red+Green+Blue) = 148+82+107=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #94526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94526B is #6BAD94. Grayscale: #686868. Windows color (decimal): -7056789 or 7033492. OLE color: 7033492.

HSL color Cylindrical-coordinate representation of color #94526B: hue angle of 337.27º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94526B is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14882107-
CMYK00.450.280.42
HSL337.27º28.7%45.1%-
HSV(B)337.27º44.59%58.04%-
XYZ17.8813.3915.55-
YUV104.58129.37158.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=43.92%
G=24.33%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488210700.450.280.42337.2728.745.1
Hex94526B02D1C2A1511d2d
Octal22412215305534525213555
Binary100101001010010110101101011011110010101010101000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94526B; }

 p { color: rgb(148,82,107); }

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

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

 a { background-color: rgb(148,82,107); }

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

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

 span { border-color: rgb(148,82,107); }

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