Html Css Color HEX #90476A Cannon Pink

📋 copy color: '#90476A'

red 144 ◦ green 71 ◦ blue 106

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

Shades of Cannon Pink #90476A

Tints of Cannon Pink #90476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 44.86%
G = 22.12%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90476A (or 0x90476A) is known color: Cannon Pink. HEX triplet: 90, 47 and 6A. RGB value is (144,71,106). Sum of RGB (Red+Green+Blue) = 144+71+106=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90476A is #6FB895. Grayscale: #606060. Windows color (decimal): -7321750 or 6965136. OLE color: 6965136.

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

Color convert

RGB 144 71 106 -
CMYK 0 0.51 0.26 0.44
HSL 331.23º 0.34% 0.42% -
HSV(B) 331.23º 0.51% 0.56% -
XYZ 16.36 11.48 14.99 -
YUV 96.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 144 71 106 0 0.51 0.26 0.44 331.23 0.34 0.42
Hex 90 47 6A 0 33 1A 2C 14B 22 2A
Octal 220 107 152 0 63 32 54 513 42 52
Binary 10010000 1000111 1101010 0 110011 11010 101100 101001011 100010 101010

Color Harmonies of #90476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90476A

Black with #90476A

Text Example


Text Example

White with #90476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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