Html Css Color HEX #964961 Cadillac

📋 copy color: '#964961'

red 150 ◦ green 73 ◦ blue 97

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

Shades of Cadillac #964961

Tints of Cadillac #964961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

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

R = 46.88%
G = 22.81%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#964961 (or 0x964961) is known color: Cadillac. HEX triplet: 96, 49 and 61. RGB value is (150,73,97). Sum of RGB (Red+Green+Blue) = 150+73+97=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964961 is #69B69E. Grayscale: #626262. Windows color (decimal): -6928031 or 6375830. OLE color: 6375830.

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

Color convert

RGB 150 73 97 -
CMYK 0 0.51 0.35 0.41
HSL 341.3º 0.35% 0.44% -
HSV(B) 341.3º 0.51% 0.59% -
XYZ 17.12 12.11 12.74 -
YUV 98.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 150 73 97 0 0.51 0.35 0.41 341.3 0.35 0.44
Hex 96 49 61 0 33 23 29 155 23 2C
Octal 226 111 141 0 63 43 51 525 43 54
Binary 10010110 1001001 1100001 0 110011 100011 101001 101010101 100011 101100

Color Harmonies of #964961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964961

Black with #964961

Text Example


Text Example

White with #964961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964961; }

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

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

background-color css

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

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

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

border-color css

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

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

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