Html Css Color HEX #954159 Cadillac

📋 copy color: '#954159'

red 149 ◦ green 65 ◦ blue 89

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

Shades of Cadillac #954159

Tints of Cadillac #954159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 49.17%
G = 21.45%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#954159 (or 0x954159) is known color: Cadillac. HEX triplet: 95, 41 and 59. RGB value is (149,65,89). Sum of RGB (Red+Green+Blue) = 149+65+89=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #954159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954159 is #6ABEA6. Grayscale: #5C5C5C. Windows color (decimal): -6995623 or 5849493. OLE color: 5849493.

HSL color Cylindrical-coordinate representation of color #954159: hue angle of 342.86º 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 #954159 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 89 -
CMYK 0 0.56 0.40 0.42
HSL 342.86º 0.39% 0.42% -
HSV(B) 342.86º 0.56% 0.58% -
XYZ 16.09 10.89 10.71 -
YUV 92.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 149 65 89 0 0.56 0.40 0.42 342.86 0.39 0.42
Hex 95 41 59 0 38 28 2A 157 27 2A
Octal 225 101 131 0 70 50 52 527 47 52
Binary 10010101 1000001 1011001 0 111000 101000 101010 101010111 100111 101010

Color Harmonies of #954159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954159

Black with #954159

Text Example


Text Example

White with #954159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954159; }

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

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

background-color css

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

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

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

border-color css

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

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

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