Html Css Color HEX #964160 Cadillac

📋 copy color: '#964160'

red 150 ◦ green 65 ◦ blue 96

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

Shades of Cadillac #964160

Tints of Cadillac #964160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

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

R = 48.23%
G = 20.9%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#964160 (or 0x964160) is known color: Cadillac. HEX triplet: 96, 41 and 60. RGB value is (150,65,96). Sum of RGB (Red+Green+Blue) = 150+65+96=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #964160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964160 is #69BE9F. Grayscale: #5D5D5D. Windows color (decimal): -6930080 or 6308246. OLE color: 6308246.

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

Color convert

RGB 150 65 96 -
CMYK 0 0.57 0.36 0.41
HSL 338.12º 0.4% 0.42% -
HSV(B) 338.12º 0.57% 0.59% -
XYZ 16.58 11.11 12.34 -
YUV 93.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 150 65 96 0 0.57 0.36 0.41 338.12 0.4 0.42
Hex 96 41 60 0 39 24 29 152 28 2A
Octal 226 101 140 0 71 44 51 522 50 52
Binary 10010110 1000001 1100000 0 111001 100100 101001 101010010 101000 101010

Color Harmonies of #964160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964160

Black with #964160

Text Example


Text Example

White with #964160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964160; }

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

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

background-color css

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

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

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

border-color css

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

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

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