Html Css Color HEX #954178 Cadillac

📋 copy color: '#954178'

red 149 ◦ green 65 ◦ blue 120

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

Shades of Cadillac #954178

Tints of Cadillac #954178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 44.61%
G = 19.46%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954178 (or 0x954178) is known color: Cadillac. HEX triplet: 95, 41 and 78. RGB value is (149,65,120). Sum of RGB (Red+Green+Blue) = 149+65+120=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #954178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954178 is #6ABE87. Grayscale: #606060. Windows color (decimal): -6995592 or 7881109. OLE color: 7881109.

HSL color Cylindrical-coordinate representation of color #954178: hue angle of 320.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954178 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 120 -
CMYK 0 0.56 0.19 0.42
HSL 320.71º 0.39% 0.42% -
HSV(B) 320.71º 0.56% 0.58% -
XYZ 17.67 11.53 19.06 -
YUV 96.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 149 65 120 0 0.56 0.19 0.42 320.71 0.39 0.42
Hex 95 41 78 0 38 13 2A 141 27 2A
Octal 225 101 170 0 70 23 52 501 47 52
Binary 10010101 1000001 1111000 0 111000 10011 101010 101000001 100111 101010

Color Harmonies of #954178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954178

Black with #954178

Text Example


Text Example

White with #954178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954178; }

 p { color: rgb(149,65,120); }

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

background-color css

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

 a { background-color: rgb(149,65,120); }

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

border-color css

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

 span { border-color: rgb(149,65,120); }

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