Html Css Color HEX #964A5B Cadillac

📋 copy color: '#964A5B'

red 150 ◦ green 74 ◦ blue 91

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

Shades of Cadillac #964A5B

Tints of Cadillac #964A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 47.62%
G = 23.49%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#964A5B (or 0x964A5B) is known color: Cadillac. HEX triplet: 96, 4A and 5B. RGB value is (150,74,91). Sum of RGB (Red+Green+Blue) = 150+74+91=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #964A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A5B is #69B5A4. Grayscale: #626262. Windows color (decimal): -6927781 or 5982870. OLE color: 5982870.

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

Color convert

RGB 150 74 91 -
CMYK 0 0.51 0.39 0.41
HSL 346.58º 0.34% 0.44% -
HSV(B) 346.58º 0.51% 0.59% -
XYZ 16.91 12.14 11.35 -
YUV 98.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 150 74 91 0 0.51 0.39 0.41 346.58 0.34 0.44
Hex 96 4A 5B 0 33 27 29 15B 22 2C
Octal 226 112 133 0 63 47 51 533 42 54
Binary 10010110 1001010 1011011 0 110011 100111 101001 101011011 100010 101100

Color Harmonies of #964A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A5B

Black with #964A5B

Text Example


Text Example

White with #964A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964A5B; }

 p { color: rgb(150,74,91); }

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

background-color css

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

 a { background-color: rgb(150,74,91); }

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

border-color css

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

 span { border-color: rgb(150,74,91); }

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