Html Css Color HEX #90466C Cannon Pink

📋 copy color: '#90466C'

red 144 ◦ green 70 ◦ blue 108

#90466C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #90466C

Tints of Cannon Pink #90466C

RGB

 RED value IS 144 (56.64% from 255) = 44.72%

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 44.72%
G = 21.74%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90466C (or 0x90466C) is known color: Cannon Pink. HEX triplet: 90, 46 and 6C. RGB value is (144,70,108). Sum of RGB (Red+Green+Blue) = 144+70+108=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90466C is #6FB993. Grayscale: #606060. Windows color (decimal): -7322004 or 7095952. OLE color: 7095952.

HSL color Cylindrical-coordinate representation of color #90466C: hue angle of 329.19º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90466C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 70 108 -
CMYK 0 0.51 0.25 0.44
HSL 329.19º 0.35% 0.42% -
HSV(B) 329.19º 0.51% 0.56% -
XYZ 16.4 11.39 15.52 -
YUV 96.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 144 70 108 0 0.51 0.25 0.44 329.19 0.35 0.42
Hex 90 46 6C 0 33 19 2C 149 23 2A
Octal 220 106 154 0 63 31 54 511 43 52
Binary 10010000 1000110 1101100 0 110011 11001 101100 101001001 100011 101010

Color Harmonies of #90466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90466C

Black with #90466C

Text Example


Text Example

White with #90466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90466C; }

 p { color: rgb(144,70,108); }

 H1.HeaderClassName
 {
   color: #90466C;
 }
 .AnyTagClassName
 {
   color: #90466C;
 }
</style>

background-color css

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

 a { background-color: rgb(144,70,108); }

 div.DivClassName
 {
   background-color: #90466C;
 }
 .BgClassName
 {
   background-color: #90466C;
 }
</style>

border-color css

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

 span { border-color: rgb(144,70,108); }

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