Html Css Color HEX #964466 Cadillac

📋 copy color: '#964466'

red 150 ◦ green 68 ◦ blue 102

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

Shades of Cadillac #964466

Tints of Cadillac #964466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

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

R = 46.88%
G = 21.25%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#964466 (or 0x964466) is known color: Cadillac. HEX triplet: 96, 44 and 66. RGB value is (150,68,102). Sum of RGB (Red+Green+Blue) = 150+68+102=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964466 is #69BB99. Grayscale: #606060. Windows color (decimal): -6929306 or 6702230. OLE color: 6702230.

HSL color Cylindrical-coordinate representation of color #964466: hue angle of 335.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964466 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 68 102 -
CMYK 0 0.55 0.32 0.41
HSL 335.12º 0.38% 0.43% -
HSV(B) 335.12º 0.55% 0.59% -
XYZ 17.04 11.58 13.91 -
YUV 96.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 150 68 102 0 0.55 0.32 0.41 335.12 0.38 0.43
Hex 96 44 66 0 37 20 29 14F 26 2B
Octal 226 104 146 0 67 40 51 517 46 53
Binary 10010110 1000100 1100110 0 110111 100000 101001 101001111 100110 101011

Color Harmonies of #964466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964466

Black with #964466

Text Example


Text Example

White with #964466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964466; }

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

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

background-color css

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

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

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

border-color css

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

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

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