Html Css Color HEX #964A66 Cadillac

📋 copy color: '#964A66'

red 150 ◦ green 74 ◦ blue 102

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

Shades of Cadillac #964A66

Tints of Cadillac #964A66

RGB

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

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

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

R = 46.01%
G = 22.7%
B = 31.29%

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

#964A66 (or 0x964A66) is known color: Cadillac. HEX triplet: 96, 4A and 66. RGB value is (150,74,102). Sum of RGB (Red+Green+Blue) = 150+74+102=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #964A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A66 is #69B599. Grayscale: #636363. Windows color (decimal): -6927770 or 6703766. OLE color: 6703766.

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

Color convert

RGB 150 74 102 -
CMYK 0 0.51 0.32 0.41
HSL 337.89º 0.34% 0.44% -
HSV(B) 337.89º 0.51% 0.59% -
XYZ 17.42 12.34 14.03 -
YUV 99.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 150 74 102 0 0.51 0.32 0.41 337.89 0.34 0.44
Hex 96 4A 66 0 33 20 29 152 22 2C
Octal 226 112 146 0 63 40 51 522 42 54
Binary 10010110 1001010 1100110 0 110011 100000 101001 101010010 100010 101100

Color Harmonies of #964A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A66

Black with #964A66

Text Example


Text Example

White with #964A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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