Html Css Color HEX #964061 Cadillac

📋 copy color: '#964061'

red 150 ◦ green 64 ◦ blue 97

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

Shades of Cadillac #964061

Tints of Cadillac #964061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 48.23%
G = 20.58%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#964061 (or 0x964061) is known color: Cadillac. HEX triplet: 96, 40 and 61. RGB value is (150,64,97). Sum of RGB (Red+Green+Blue) = 150+64+97=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #964061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964061 is #69BF9E. Grayscale: #5D5D5D. Windows color (decimal): -6930335 or 6373526. OLE color: 6373526.

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

Color convert

RGB 150 64 97 -
CMYK 0 0.57 0.35 0.41
HSL 336.98º 0.4% 0.42% -
HSV(B) 336.98º 0.57% 0.59% -
XYZ 16.57 11.01 12.56 -
YUV 93.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 150 64 97 0 0.57 0.35 0.41 336.98 0.4 0.42
Hex 96 40 61 0 39 23 29 151 28 2A
Octal 226 100 141 0 71 43 51 521 50 52
Binary 10010110 1000000 1100001 0 111001 100011 101001 101010001 101000 101010

Color Harmonies of #964061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964061

Black with #964061

Text Example


Text Example

White with #964061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964061; }

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

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

background-color css

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

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

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

border-color css

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

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

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