Html Css Color HEX #964679 Cadillac

📋 copy color: '#964679'

red 150 ◦ green 70 ◦ blue 121

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

Shades of Cadillac #964679

Tints of Cadillac #964679

RGB

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

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

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

R = 43.99%
G = 20.53%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#964679 (or 0x964679) is known color: Cadillac. HEX triplet: 96, 46 and 79. RGB value is (150,70,121). Sum of RGB (Red+Green+Blue) = 150+70+121=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #964679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964679 is #69B986. Grayscale: #636363. Windows color (decimal): -6928775 or 7947926. OLE color: 7947926.

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

Color convert

RGB 150 70 121 -
CMYK 0 0.53 0.19 0.41
HSL 321.75º 0.36% 0.43% -
HSV(B) 321.75º 0.53% 0.59% -
XYZ 18.22 12.24 19.49 -
YUV 99.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 150 70 121 0 0.53 0.19 0.41 321.75 0.36 0.43
Hex 96 46 79 0 35 13 29 142 24 2B
Octal 226 106 171 0 65 23 51 502 44 53
Binary 10010110 1000110 1111001 0 110101 10011 101001 101000010 100100 101011

Color Harmonies of #964679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964679

Black with #964679

Text Example


Text Example

White with #964679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964679; }

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

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

background-color css

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

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

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

border-color css

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

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

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