Html Css Color HEX #964A55 Cadillac

📋 copy color: '#964A55'

red 150 ◦ green 74 ◦ blue 85

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

Shades of Cadillac #964A55

Tints of Cadillac #964A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 48.54%
G = 23.95%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#964A55 (or 0x964A55) is known color: Cadillac. HEX triplet: 96, 4A and 55. RGB value is (150,74,85). Sum of RGB (Red+Green+Blue) = 150+74+85=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #964A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A55 is #69B5AA. Grayscale: #626262. Windows color (decimal): -6927787 or 5589654. OLE color: 5589654.

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

Color convert

RGB 150 74 85 -
CMYK 0 0.51 0.43 0.41
HSL 351.32º 0.34% 0.44% -
HSV(B) 351.32º 0.51% 0.59% -
XYZ 16.67 12.04 10.04 -
YUV 97.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 150 74 85 0 0.51 0.43 0.41 351.32 0.34 0.44
Hex 96 4A 55 0 33 2B 29 15F 22 2C
Octal 226 112 125 0 63 53 51 537 42 54
Binary 10010110 1001010 1010101 0 110011 101011 101001 101011111 100010 101100

Color Harmonies of #964A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A55

Black with #964A55

Text Example


Text Example

White with #964A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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