Html Css Color HEX #964166 Cadillac

📋 copy color: '#964166'

red 150 ◦ green 65 ◦ blue 102

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

Shades of Cadillac #964166

Tints of Cadillac #964166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 47.32%
G = 20.5%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#964166 (or 0x964166) is known color: Cadillac. HEX triplet: 96, 41 and 66. RGB value is (150,65,102). Sum of RGB (Red+Green+Blue) = 150+65+102=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #964166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964166 is #69BE99. Grayscale: #5E5E5E. Windows color (decimal): -6930074 or 6701462. OLE color: 6701462.

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

Color convert

RGB 150 65 102 -
CMYK 0 0.57 0.32 0.41
HSL 333.88º 0.4% 0.42% -
HSV(B) 333.88º 0.57% 0.59% -
XYZ 16.87 11.22 13.85 -
YUV 94.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 150 65 102 0 0.57 0.32 0.41 333.88 0.4 0.42
Hex 96 41 66 0 39 20 29 14E 28 2A
Octal 226 101 146 0 71 40 51 516 50 52
Binary 10010110 1000001 1100110 0 111001 100000 101001 101001110 101000 101010

Color Harmonies of #964166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964166

Black with #964166

Text Example


Text Example

White with #964166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964166; }

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

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

background-color css

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

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

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

border-color css

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

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

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