Html Css Color HEX #964574 Cadillac

📋 copy color: '#964574'

red 150 ◦ green 69 ◦ blue 116

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

Shades of Cadillac #964574

Tints of Cadillac #964574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 44.78%
G = 20.6%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#964574 (or 0x964574) is known color: Cadillac. HEX triplet: 96, 45 and 74. RGB value is (150,69,116). Sum of RGB (Red+Green+Blue) = 150+69+116=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #964574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964574 is #69BA8B. Grayscale: #626262. Windows color (decimal): -6929036 or 7619990. OLE color: 7619990.

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

Color convert

RGB 150 69 116 -
CMYK 0 0.54 0.23 0.41
HSL 325.19º 0.37% 0.43% -
HSV(B) 325.19º 0.54% 0.59% -
XYZ 17.86 12 17.9 -
YUV 98.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 150 69 116 0 0.54 0.23 0.41 325.19 0.37 0.43
Hex 96 45 74 0 36 17 29 145 25 2B
Octal 226 105 164 0 66 27 51 505 45 53
Binary 10010110 1000101 1110100 0 110110 10111 101001 101000101 100101 101011

Color Harmonies of #964574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964574

Black with #964574

Text Example


Text Example

White with #964574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964574; }

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

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

background-color css

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

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

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

border-color css

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

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

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