Html Css Color HEX #944677 Cannon Pink

📋 copy color: '#944677'

red 148 ◦ green 70 ◦ blue 119

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

Shades of Cannon Pink #944677

Tints of Cannon Pink #944677

RGB

 RED value IS 148 (58.2% from 255) = 43.92%

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

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 43.92%
G = 20.77%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#944677 (or 0x944677) is known color: Cannon Pink. HEX triplet: 94, 46 and 77. RGB value is (148,70,119). Sum of RGB (Red+Green+Blue) = 148+70+119=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #944677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944677 is #6BB988. Grayscale: #626262. Windows color (decimal): -7059849 or 7816852. OLE color: 7816852.

HSL color Cylindrical-coordinate representation of color #944677: hue angle of 322.31º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944677 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 70 119 -
CMYK 0 0.53 0.20 0.42
HSL 322.31º 0.36% 0.43% -
HSV(B) 322.31º 0.53% 0.58% -
XYZ 17.73 12.01 18.84 -
YUV 98.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 148 70 119 0 0.53 0.20 0.42 322.31 0.36 0.43
Hex 94 46 77 0 35 14 2A 142 24 2B
Octal 224 106 167 0 65 24 52 502 44 53
Binary 10010100 1000110 1110111 0 110101 10100 101010 101000010 100100 101011

Color Harmonies of #944677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944677

Black with #944677

Text Example


Text Example

White with #944677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944677; }

 p { color: rgb(148,70,119); }

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

background-color css

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

 a { background-color: rgb(148,70,119); }

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

border-color css

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

 span { border-color: rgb(148,70,119); }

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