Html Css Color HEX #964557 Cadillac

📋 copy color: '#964557'

red 150 ◦ green 69 ◦ blue 87

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

Shades of Cadillac #964557

Tints of Cadillac #964557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

 BLUE value IS 87 (34.38% from 255) = 28.43%

R = 49.02%
G = 22.55%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#964557 (or 0x964557) is known color: Cadillac. HEX triplet: 96, 45 and 57. RGB value is (150,69,87). Sum of RGB (Red+Green+Blue) = 150+69+87=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964557 is #69BAA8. Grayscale: #5F5F5F. Windows color (decimal): -6929065 or 5719446. OLE color: 5719446.

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

Color convert

RGB 150 69 87 -
CMYK 0 0.54 0.42 0.41
HSL 346.67º 0.37% 0.43% -
HSV(B) 346.67º 0.54% 0.59% -
XYZ 16.43 11.43 10.36 -
YUV 95.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 150 69 87 0 0.54 0.42 0.41 346.67 0.37 0.43
Hex 96 45 57 0 36 2A 29 15B 25 2B
Octal 226 105 127 0 66 52 51 533 45 53
Binary 10010110 1000101 1010111 0 110110 101010 101001 101011011 100101 101011

Color Harmonies of #964557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964557

Black with #964557

Text Example


Text Example

White with #964557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964557; }

 p { color: rgb(150,69,87); }

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

background-color css

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

 a { background-color: rgb(150,69,87); }

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

border-color css

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

 span { border-color: rgb(150,69,87); }

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