Html Css Color HEX #954571 Cadillac

📋 copy color: '#954571'

red 149 ◦ green 69 ◦ blue 113

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

Shades of Cadillac #954571

Tints of Cadillac #954571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 45.02%
G = 20.85%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#954571 (or 0x954571) is known color: Cadillac. HEX triplet: 95, 45 and 71. RGB value is (149,69,113). Sum of RGB (Red+Green+Blue) = 149+69+113=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954571 is #6ABA8E. Grayscale: #616161. Windows color (decimal): -6994575 or 7423381. OLE color: 7423381.

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

Color convert

RGB 149 69 113 -
CMYK 0 0.54 0.24 0.42
HSL 327º 0.37% 0.43% -
HSV(B) 327º 0.54% 0.58% -
XYZ 17.5 11.84 16.99 -
YUV 97.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 149 69 113 0 0.54 0.24 0.42 327 0.37 0.43
Hex 95 45 71 0 36 18 2A 147 25 2B
Octal 225 105 161 0 66 30 52 507 45 53
Binary 10010101 1000101 1110001 0 110110 11000 101010 101000111 100101 101011

Color Harmonies of #954571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954571

Black with #954571

Text Example


Text Example

White with #954571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954571; }

 p { color: rgb(149,69,113); }

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

background-color css

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

 a { background-color: rgb(149,69,113); }

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

border-color css

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

 span { border-color: rgb(149,69,113); }

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