Html Css Color HEX #964159 Cadillac

📋 copy color: '#964159'

red 150 ◦ green 65 ◦ blue 89

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

Shades of Cadillac #964159

Tints of Cadillac #964159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.38%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 49.34%
G = 21.38%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#964159 (or 0x964159) is known color: Cadillac. HEX triplet: 96, 41 and 59. RGB value is (150,65,89). Sum of RGB (Red+Green+Blue) = 150+65+89=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #964159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964159 is #69BEA6. Grayscale: #5D5D5D. Windows color (decimal): -6930087 or 5849494. OLE color: 5849494.

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

Color convert

RGB 150 65 89 -
CMYK 0 0.57 0.41 0.41
HSL 343.06º 0.4% 0.42% -
HSV(B) 343.06º 0.57% 0.59% -
XYZ 16.27 10.99 10.71 -
YUV 93.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 150 65 89 0 0.57 0.41 0.41 343.06 0.4 0.42
Hex 96 41 59 0 39 29 29 157 28 2A
Octal 226 101 131 0 71 51 51 527 50 52
Binary 10010110 1000001 1011001 0 111001 101001 101001 101010111 101000 101010

Color Harmonies of #964159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964159

Black with #964159

Text Example


Text Example

White with #964159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964159; }

 p { color: rgb(150,65,89); }

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

background-color css

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

 a { background-color: rgb(150,65,89); }

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

border-color css

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

 span { border-color: rgb(150,65,89); }

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