Html Css Color HEX #90476C Cannon Pink

📋 copy color: '#90476C'

red 144 ◦ green 71 ◦ blue 108

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

Shades of Cannon Pink #90476C

Tints of Cannon Pink #90476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 44.58%
G = 21.98%
B = 33.44%

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

#90476C (or 0x90476C) is known color: Cannon Pink. HEX triplet: 90, 47 and 6C. RGB value is (144,71,108). Sum of RGB (Red+Green+Blue) = 144+71+108=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90476C is #6FB893. Grayscale: #606060. Windows color (decimal): -7321748 or 7096208. OLE color: 7096208.

HSL color Cylindrical-coordinate representation of color #90476C: hue angle of 329.59º degrees, saturation: 0.34, 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 #90476C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 71 108 -
CMYK 0 0.51 0.25 0.44
HSL 329.59º 0.34% 0.42% -
HSV(B) 329.59º 0.51% 0.56% -
XYZ 16.46 11.52 15.54 -
YUV 97.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 144 71 108 0 0.51 0.25 0.44 329.59 0.34 0.42
Hex 90 47 6C 0 33 19 2C 14A 22 2A
Octal 220 107 154 0 63 31 54 512 42 52
Binary 10010000 1000111 1101100 0 110011 11001 101100 101001010 100010 101010

Color Harmonies of #90476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90476C

Black with #90476C

Text Example


Text Example

White with #90476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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