Html Css Color HEX #964064 Cadillac

📋 copy color: '#964064'

red 150 ◦ green 64 ◦ blue 100

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

Shades of Cadillac #964064

Tints of Cadillac #964064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 47.77%
G = 20.38%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964064 (or 0x964064) is known color: Cadillac. HEX triplet: 96, 40 and 64. RGB value is (150,64,100). Sum of RGB (Red+Green+Blue) = 150+64+100=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #964064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964064 is #69BF9B. Grayscale: #5D5D5D. Windows color (decimal): -6930332 or 6570134. OLE color: 6570134.

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

Color convert

RGB 150 64 100 -
CMYK 0 0.57 0.33 0.41
HSL 334.88º 0.4% 0.42% -
HSV(B) 334.88º 0.57% 0.59% -
XYZ 16.71 11.07 13.31 -
YUV 93.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 150 64 100 0 0.57 0.33 0.41 334.88 0.4 0.42
Hex 96 40 64 0 39 21 29 14F 28 2A
Octal 226 100 144 0 71 41 51 517 50 52
Binary 10010110 1000000 1100100 0 111001 100001 101001 101001111 101000 101010

Color Harmonies of #964064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964064

Black with #964064

Text Example


Text Example

White with #964064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964064; }

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

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

background-color css

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

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

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

border-color css

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

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

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