Html Css Color HEX #964773 Cadillac

📋 copy color: '#964773'

red 150 ◦ green 71 ◦ blue 115

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

Shades of Cadillac #964773

Tints of Cadillac #964773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 44.64%
G = 21.13%
B = 34.23%

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

#964773 (or 0x964773) is known color: Cadillac. HEX triplet: 96, 47 and 73. RGB value is (150,71,115). Sum of RGB (Red+Green+Blue) = 150+71+115=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964773 is #69B88C. Grayscale: #636363. Windows color (decimal): -6928525 or 7554966. OLE color: 7554966.

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

Color convert

RGB 150 71 115 -
CMYK 0 0.53 0.23 0.41
HSL 326.58º 0.36% 0.43% -
HSV(B) 326.58º 0.53% 0.59% -
XYZ 17.93 12.23 17.64 -
YUV 99.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 150 71 115 0 0.53 0.23 0.41 326.58 0.36 0.43
Hex 96 47 73 0 35 17 29 147 24 2B
Octal 226 107 163 0 65 27 51 507 44 53
Binary 10010110 1000111 1110011 0 110101 10111 101001 101000111 100100 101011

Color Harmonies of #964773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964773

Black with #964773

Text Example


Text Example

White with #964773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964773; }

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

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

background-color css

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

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

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

border-color css

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

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

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