Html Css Color HEX #964A60 Cadillac

📋 copy color: '#964A60'

red 150 ◦ green 74 ◦ blue 96

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

Shades of Cadillac #964A60

Tints of Cadillac #964A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30%

R = 46.88%
G = 23.13%
B = 30%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#964A60 (or 0x964A60) is known color: Cadillac. HEX triplet: 96, 4A and 60. RGB value is (150,74,96). Sum of RGB (Red+Green+Blue) = 150+74+96=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A60 is #69B59F. Grayscale: #636363. Windows color (decimal): -6927776 or 6310550. OLE color: 6310550.

HSL color Cylindrical-coordinate representation of color #964A60: hue angle of 342.63º 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 #964A60 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 96 -
CMYK 0 0.51 0.36 0.41
HSL 342.63º 0.34% 0.44% -
HSV(B) 342.63º 0.51% 0.59% -
XYZ 17.14 12.23 12.52 -
YUV 99.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 150 74 96 0 0.51 0.36 0.41 342.63 0.34 0.44
Hex 96 4A 60 0 33 24 29 157 22 2C
Octal 226 112 140 0 63 44 51 527 42 54
Binary 10010110 1001010 1100000 0 110011 100100 101001 101010111 100010 101100

Color Harmonies of #964A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A60

Black with #964A60

Text Example


Text Example

White with #964A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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