Html Css Color HEX #964970 Cadillac

📋 copy color: '#964970'

red 150 ◦ green 73 ◦ blue 112

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

Shades of Cadillac #964970

Tints of Cadillac #964970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 44.78%
G = 21.79%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#964970 (or 0x964970) is known color: Cadillac. HEX triplet: 96, 49 and 70. RGB value is (150,73,112). Sum of RGB (Red+Green+Blue) = 150+73+112=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #964970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964970 is #69B68F. Grayscale: #646464. Windows color (decimal): -6928016 or 7358870. OLE color: 7358870.

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

Color convert

RGB 150 73 112 -
CMYK 0 0.51 0.25 0.41
HSL 329.61º 0.35% 0.44% -
HSV(B) 329.61º 0.51% 0.59% -
XYZ 17.88 12.42 16.78 -
YUV 100.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 150 73 112 0 0.51 0.25 0.41 329.61 0.35 0.44
Hex 96 49 70 0 33 19 29 14A 23 2C
Octal 226 111 160 0 63 31 51 512 43 54
Binary 10010110 1001001 1110000 0 110011 11001 101001 101001010 100011 101100

Color Harmonies of #964970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964970

Black with #964970

Text Example


Text Example

White with #964970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964970; }

 p { color: rgb(150,73,112); }

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

background-color css

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

 a { background-color: rgb(150,73,112); }

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

border-color css

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

 span { border-color: rgb(150,73,112); }

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