Html Css Color HEX #964579 Cadillac

📋 copy color: '#964579'

red 150 ◦ green 69 ◦ blue 121

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

Shades of Cadillac #964579

Tints of Cadillac #964579

RGB

 RED value IS 150 (58.98% from 255) = 44.12%

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 44.12%
G = 20.29%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#964579 (or 0x964579) is known color: Cadillac. HEX triplet: 96, 45 and 79. RGB value is (150,69,121). Sum of RGB (Red+Green+Blue) = 150+69+121=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964579 is #69BA86. Grayscale: #636363. Windows color (decimal): -6929031 or 7947670. OLE color: 7947670.

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

Color convert

RGB 150 69 121 -
CMYK 0 0.54 0.19 0.41
HSL 321.48º 0.37% 0.43% -
HSV(B) 321.48º 0.54% 0.59% -
XYZ 18.16 12.12 19.47 -
YUV 99.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 150 69 121 0 0.54 0.19 0.41 321.48 0.37 0.43
Hex 96 45 79 0 36 13 29 141 25 2B
Octal 226 105 171 0 66 23 51 501 45 53
Binary 10010110 1000101 1111001 0 110110 10011 101001 101000001 100101 101011

Color Harmonies of #964579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964579

Black with #964579

Text Example


Text Example

White with #964579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964579; }

 p { color: rgb(150,69,121); }

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

background-color css

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

 a { background-color: rgb(150,69,121); }

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

border-color css

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

 span { border-color: rgb(150,69,121); }

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