Html Css Color HEX #954479 Cadillac

📋 copy color: '#954479'

red 149 ◦ green 68 ◦ blue 121

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

Shades of Cadillac #954479

Tints of Cadillac #954479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 44.08%
G = 20.12%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954479 (or 0x954479) is known color: Cadillac. HEX triplet: 95, 44 and 79. RGB value is (149,68,121). Sum of RGB (Red+Green+Blue) = 149+68+121=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #954479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954479 is #6ABB86. Grayscale: #626262. Windows color (decimal): -6994823 or 7947413. OLE color: 7947413.

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

Color convert

RGB 149 68 121 -
CMYK 0 0.54 0.19 0.42
HSL 320.74º 0.37% 0.43% -
HSV(B) 320.74º 0.54% 0.58% -
XYZ 17.91 11.9 19.44 -
YUV 98.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 149 68 121 0 0.54 0.19 0.42 320.74 0.37 0.43
Hex 95 44 79 0 36 13 2A 141 25 2B
Octal 225 104 171 0 66 23 52 501 45 53
Binary 10010101 1000100 1111001 0 110110 10011 101010 101000001 100101 101011

Color Harmonies of #954479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954479

Black with #954479

Text Example


Text Example

White with #954479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954479; }

 p { color: rgb(149,68,121); }

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

background-color css

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

 a { background-color: rgb(149,68,121); }

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

border-color css

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

 span { border-color: rgb(149,68,121); }

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