Html Css Color HEX #964774 Cadillac

📋 copy color: '#964774'

red 150 ◦ green 71 ◦ blue 116

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

Shades of Cadillac #964774

Tints of Cadillac #964774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 44.51%
G = 21.07%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#964774 (or 0x964774) is known color: Cadillac. HEX triplet: 96, 47 and 74. RGB value is (150,71,116). Sum of RGB (Red+Green+Blue) = 150+71+116=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964774 is #69B88B. Grayscale: #636363. Windows color (decimal): -6928524 or 7620502. OLE color: 7620502.

HSL color Cylindrical-coordinate representation of color #964774: hue angle of 325.82º 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 #964774 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 116 -
CMYK 0 0.53 0.23 0.41
HSL 325.82º 0.36% 0.43% -
HSV(B) 325.82º 0.53% 0.59% -
XYZ 17.98 12.25 17.94 -
YUV 99.75 137.17 163.84 -
System Red Green Blue C M Y K H S L
Decimal 150 71 116 0 0.53 0.23 0.41 325.82 0.36 0.43
Hex 96 47 74 0 35 17 29 146 24 2B
Octal 226 107 164 0 65 27 51 506 44 53
Binary 10010110 1000111 1110100 0 110101 10111 101001 101000110 100100 101011

Color Harmonies of #964774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964774

Black with #964774

Text Example


Text Example

White with #964774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964774; }

 p { color: rgb(150,71,116); }

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

background-color css

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

 a { background-color: rgb(150,71,116); }

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

border-color css

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

 span { border-color: rgb(150,71,116); }

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