Html Css Color HEX #954A59 Cadillac

📋 copy color: '#954A59'

red 149 ◦ green 74 ◦ blue 89

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

Shades of Cadillac #954A59

Tints of Cadillac #954A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

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

R = 47.76%
G = 23.72%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#954A59 (or 0x954A59) is known color: Cadillac. HEX triplet: 95, 4A and 59. RGB value is (149,74,89). Sum of RGB (Red+Green+Blue) = 149+74+89=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #954A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A59 is #6AB5A6. Grayscale: #626262. Windows color (decimal): -6993319 or 5851797. OLE color: 5851797.

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

Color convert

RGB 149 74 89 -
CMYK 0 0.50 0.40 0.42
HSL 348º 0.34% 0.44% -
HSV(B) 348º 0.5% 0.58% -
XYZ 16.65 12.01 10.89 -
YUV 98.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 149 74 89 0 0.50 0.40 0.42 348 0.34 0.44
Hex 95 4A 59 0 32 28 2A 15C 22 2C
Octal 225 112 131 0 62 50 52 534 42 54
Binary 10010101 1001010 1011001 0 110010 101000 101010 101011100 100010 101100

Color Harmonies of #954A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A59

Black with #954A59

Text Example


Text Example

White with #954A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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