Html Css Color HEX #964259 Cadillac

📋 copy color: '#964259'

red 150 ◦ green 66 ◦ blue 89

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

Shades of Cadillac #964259

Tints of Cadillac #964259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 49.18%
G = 21.64%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#964259 (or 0x964259) is known color: Cadillac. HEX triplet: 96, 42 and 59. RGB value is (150,66,89). Sum of RGB (Red+Green+Blue) = 150+66+89=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #964259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964259 is #69BDA6. Grayscale: #5D5D5D. Windows color (decimal): -6929831 or 5849750. OLE color: 5849750.

HSL color Cylindrical-coordinate representation of color #964259: hue angle of 343.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964259 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 66 89 -
CMYK 0 0.56 0.41 0.41
HSL 343.57º 0.39% 0.42% -
HSV(B) 343.57º 0.56% 0.59% -
XYZ 16.33 11.1 10.73 -
YUV 93.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 150 66 89 0 0.56 0.41 0.41 343.57 0.39 0.42
Hex 96 42 59 0 38 29 29 158 27 2A
Octal 226 102 131 0 70 51 51 530 47 52
Binary 10010110 1000010 1011001 0 111000 101001 101001 101011000 100111 101010

Color Harmonies of #964259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964259

Black with #964259

Text Example


Text Example

White with #964259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964259; }

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

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

background-color css

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

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

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

border-color css

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

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

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