Html Css Color HEX #964966 Cadillac

📋 copy color: '#964966'

red 150 ◦ green 73 ◦ blue 102

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

Shades of Cadillac #964966

Tints of Cadillac #964966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 46.15%
G = 22.46%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#964966 (or 0x964966) is known color: Cadillac. HEX triplet: 96, 49 and 66. RGB value is (150,73,102). Sum of RGB (Red+Green+Blue) = 150+73+102=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #964966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964966 is #69B699. Grayscale: #636363. Windows color (decimal): -6928026 or 6703510. OLE color: 6703510.

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

Color convert

RGB 150 73 102 -
CMYK 0 0.51 0.32 0.41
HSL 337.4º 0.35% 0.44% -
HSV(B) 337.4º 0.51% 0.59% -
XYZ 17.36 12.21 14.01 -
YUV 99.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 150 73 102 0 0.51 0.32 0.41 337.4 0.35 0.44
Hex 96 49 66 0 33 20 29 151 23 2C
Octal 226 111 146 0 63 40 51 521 43 54
Binary 10010110 1001001 1100110 0 110011 100000 101001 101010001 100011 101100

Color Harmonies of #964966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964966

Black with #964966

Text Example


Text Example

White with #964966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964966; }

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

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

background-color css

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

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

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

border-color css

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

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

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