#94526A

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

Shades of Cannon Pink #94526A

Tints of Cannon Pink #94526A

Color information

#94526A (or 0x94526A) is unknown color: approx Cannon Pink. HEX triplet: 94, 52 and 6A. RGB value is (148,82,106). Sum of RGB (Red+Green+Blue) = 148+82+106=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94526A is #6BAD95. Grayscale: #686868. Windows color (decimal): -7056790 or 6967956. OLE color: 6967956.

HSL color Cylindrical-coordinate representation of color #94526A: hue angle of 338.18º 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 #94526A is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14882106-
CMYK00.450.280.42
HSL338.18º28.7%45.1%-
HSV(B)338.18º44.59%58.04%-
XYZ17.8313.3715.28-
YUV104.47128.87159.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=44.05%
G=24.40%
B=31.55%

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
Decimal1488210600.450.280.42338.1828.745.1
Hex94526A02D1C2A1521d2d
Octal22412215205534525223555
Binary100101001010010110101001011011110010101010101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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