Html Css Color HEX #954D64 Cadillac

📋 copy color: '#954D64'

red 149 ◦ green 77 ◦ blue 100

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

Shades of Cadillac #954D64

Tints of Cadillac #954D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 45.71%
G = 23.62%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#954D64 (or 0x954D64) is known color: Cadillac. HEX triplet: 95, 4D and 64. RGB value is (149,77,100). Sum of RGB (Red+Green+Blue) = 149+77+100=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #954D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D64 is #6AB29B. Grayscale: #656565. Windows color (decimal): -6992540 or 6573461. OLE color: 6573461.

HSL color Cylindrical-coordinate representation of color #954D64: hue angle of 340.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D64 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 100 -
CMYK 0 0.48 0.33 0.42
HSL 340.83º 0.32% 0.44% -
HSV(B) 340.83º 0.48% 0.58% -
XYZ 17.35 12.62 13.58 -
YUV 101.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 149 77 100 0 0.48 0.33 0.42 340.83 0.32 0.44
Hex 95 4D 64 0 30 21 2A 155 20 2C
Octal 225 115 144 0 60 41 52 525 40 54
Binary 10010101 1001101 1100100 0 110000 100001 101010 101010101 100000 101100

Color Harmonies of #954D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D64

Black with #954D64

Text Example


Text Example

White with #954D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,77,100); }

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

background-color css

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

 a { background-color: rgb(149,77,100); }

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

border-color css

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

 span { border-color: rgb(149,77,100); }

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