Html Css Color HEX #964A6E Cadillac

📋 copy color: '#964A6E'

red 150 ◦ green 74 ◦ blue 110

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

Shades of Cadillac #964A6E

Tints of Cadillac #964A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 44.91%
G = 22.16%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#964A6E (or 0x964A6E) is known color: Cadillac. HEX triplet: 96, 4A and 6E. RGB value is (150,74,110). Sum of RGB (Red+Green+Blue) = 150+74+110=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A6E is #69B591. Grayscale: #646464. Windows color (decimal): -6927762 or 7228054. OLE color: 7228054.

HSL color Cylindrical-coordinate representation of color #964A6E: hue angle of 331.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A6E is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 110 -
CMYK 0 0.51 0.27 0.41
HSL 331.58º 0.34% 0.44% -
HSV(B) 331.58º 0.51% 0.59% -
XYZ 17.84 12.51 16.23 -
YUV 100.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 150 74 110 0 0.51 0.27 0.41 331.58 0.34 0.44
Hex 96 4A 6E 0 33 1B 29 14C 22 2C
Octal 226 112 156 0 63 33 51 514 42 54
Binary 10010110 1001010 1101110 0 110011 11011 101001 101001100 100010 101100

Color Harmonies of #964A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A6E

Black with #964A6E

Text Example


Text Example

White with #964A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964A6E; }

 p { color: rgb(150,74,110); }

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

background-color css

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

 a { background-color: rgb(150,74,110); }

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

border-color css

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

 span { border-color: rgb(150,74,110); }

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