Html Css Color HEX #954E69 Cannon Pink

📋 copy color: '#954E69'

red 149 ◦ green 78 ◦ blue 105

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

Shades of Cannon Pink #954E69

Tints of Cannon Pink #954E69

RGB

 RED value IS 149 (58.59% from 255) = 44.88%

 GREEN value IS 78 (30.86% from 255) = 23.49%

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 44.88%
G = 23.49%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#954E69 (or 0x954E69) is known color: Cannon Pink. HEX triplet: 95, 4E and 69. RGB value is (149,78,105). Sum of RGB (Red+Green+Blue) = 149+78+105=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #954E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E69 is #6AB196. Grayscale: #666666. Windows color (decimal): -6992279 or 6901397. OLE color: 6901397.

HSL color Cylindrical-coordinate representation of color #954E69: hue angle of 337.18º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E69 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 78 105 -
CMYK 0 0.48 0.30 0.42
HSL 337.18º 0.31% 0.45% -
HSV(B) 337.18º 0.48% 0.58% -
XYZ 17.67 12.86 14.92 -
YUV 102.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 149 78 105 0 0.48 0.30 0.42 337.18 0.31 0.45
Hex 95 4E 69 0 30 1E 2A 151 1F 2D
Octal 225 116 151 0 60 36 52 521 37 55
Binary 10010101 1001110 1101001 0 110000 11110 101010 101010001 11111 101101

Color Harmonies of #954E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E69

Black with #954E69

Text Example


Text Example

White with #954E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954E69; }

 p { color: rgb(149,78,105); }

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

background-color css

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

 a { background-color: rgb(149,78,105); }

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

border-color css

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

 span { border-color: rgb(149,78,105); }

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