Html Css Color HEX #954970 Cadillac

📋 copy color: '#954970'

red 149 ◦ green 73 ◦ blue 112

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

Shades of Cadillac #954970

Tints of Cadillac #954970

RGB

 RED value IS 149 (58.59% from 255) = 44.61%

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

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

R = 44.61%
G = 21.86%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#954970 (or 0x954970) is known color: Cadillac. HEX triplet: 95, 49 and 70. RGB value is (149,73,112). Sum of RGB (Red+Green+Blue) = 149+73+112=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #954970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954970 is #6AB68F. Grayscale: #646464. Windows color (decimal): -6993552 or 7358869. OLE color: 7358869.

HSL color Cylindrical-coordinate representation of color #954970: hue angle of 329.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954970 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 112 -
CMYK 0 0.51 0.25 0.42
HSL 329.21º 0.34% 0.44% -
HSV(B) 329.21º 0.51% 0.58% -
XYZ 17.7 12.32 16.78 -
YUV 100.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 149 73 112 0 0.51 0.25 0.42 329.21 0.34 0.44
Hex 95 49 70 0 33 19 2A 149 22 2C
Octal 225 111 160 0 63 31 52 511 42 54
Binary 10010101 1001001 1110000 0 110011 11001 101010 101001001 100010 101100

Color Harmonies of #954970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954970

Black with #954970

Text Example


Text Example

White with #954970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954970; }

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

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

background-color css

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

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

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

border-color css

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

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

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