Html Css Color HEX #964066 Cadillac

📋 copy color: '#964066'

red 150 ◦ green 64 ◦ blue 102

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

Shades of Cadillac #964066

Tints of Cadillac #964066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

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

R = 47.47%
G = 20.25%
B = 32.28%

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

#964066 (or 0x964066) is known color: Cadillac. HEX triplet: 96, 40 and 66. RGB value is (150,64,102). Sum of RGB (Red+Green+Blue) = 150+64+102=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #964066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964066 is #69BF99. Grayscale: #5D5D5D. Windows color (decimal): -6930330 or 6701206. OLE color: 6701206.

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

Color convert

RGB 150 64 102 -
CMYK 0 0.57 0.32 0.41
HSL 333.49º 0.4% 0.42% -
HSV(B) 333.49º 0.57% 0.59% -
XYZ 16.81 11.11 13.83 -
YUV 94.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 150 64 102 0 0.57 0.32 0.41 333.49 0.4 0.42
Hex 96 40 66 0 39 20 29 14D 28 2A
Octal 226 100 146 0 71 40 51 515 50 52
Binary 10010110 1000000 1100110 0 111001 100000 101001 101001101 101000 101010

Color Harmonies of #964066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964066

Black with #964066

Text Example


Text Example

White with #964066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964066; }

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

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

background-color css

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

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

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

border-color css

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

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

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