Html Css Color HEX #954A5E Cadillac

📋 copy color: '#954A5E'

red 149 ◦ green 74 ◦ blue 94

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

Shades of Cadillac #954A5E

Tints of Cadillac #954A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 47%
G = 23.34%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#954A5E (or 0x954A5E) is known color: Cadillac. HEX triplet: 95, 4A and 5E. RGB value is (149,74,94). Sum of RGB (Red+Green+Blue) = 149+74+94=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #954A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A5E is #6AB5A1. Grayscale: #626262. Windows color (decimal): -6993314 or 6179477. OLE color: 6179477.

HSL color Cylindrical-coordinate representation of color #954A5E: hue angle of 344º 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 #954A5E is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 94 -
CMYK 0 0.50 0.37 0.42
HSL 344º 0.34% 0.44% -
HSV(B) 344º 0.5% 0.58% -
XYZ 16.86 12.1 12.04 -
YUV 98.71 125.35 163.87 -
System Red Green Blue C M Y K H S L
Decimal 149 74 94 0 0.50 0.37 0.42 344 0.34 0.44
Hex 95 4A 5E 0 32 25 2A 158 22 2C
Octal 225 112 136 0 62 45 52 530 42 54
Binary 10010101 1001010 1011110 0 110010 100101 101010 101011000 100010 101100

Color Harmonies of #954A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A5E

Black with #954A5E

Text Example


Text Example

White with #954A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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