Html Css Color HEX #964576 Cadillac

📋 copy color: '#964576'

red 150 ◦ green 69 ◦ blue 118

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

Shades of Cadillac #964576

Tints of Cadillac #964576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 44.51%
G = 20.47%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#964576 (or 0x964576) is known color: Cadillac. HEX triplet: 96, 45 and 76. RGB value is (150,69,118). Sum of RGB (Red+Green+Blue) = 150+69+118=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964576 is #69BA89. Grayscale: #626262. Windows color (decimal): -6929034 or 7751062. OLE color: 7751062.

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

Color convert

RGB 150 69 118 -
CMYK 0 0.54 0.21 0.41
HSL 323.7º 0.37% 0.43% -
HSV(B) 323.7º 0.54% 0.59% -
XYZ 17.98 12.05 18.52 -
YUV 98.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 150 69 118 0 0.54 0.21 0.41 323.7 0.37 0.43
Hex 96 45 76 0 36 15 29 144 25 2B
Octal 226 105 166 0 66 25 51 504 45 53
Binary 10010110 1000101 1110110 0 110110 10101 101001 101000100 100101 101011

Color Harmonies of #964576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964576

Black with #964576

Text Example


Text Example

White with #964576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964576; }

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

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

background-color css

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

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

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

border-color css

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

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

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