Html Css Color HEX #954D63 Cadillac

📋 copy color: '#954D63'

red 149 ◦ green 77 ◦ blue 99

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

Shades of Cadillac #954D63

Tints of Cadillac #954D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 45.85%
G = 23.69%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#954D63 (or 0x954D63) is known color: Cadillac. HEX triplet: 95, 4D and 63. RGB value is (149,77,99). Sum of RGB (Red+Green+Blue) = 149+77+99=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #954D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D63 is #6AB29C. Grayscale: #656565. Windows color (decimal): -6992541 or 6507925. OLE color: 6507925.

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

Color convert

RGB 149 77 99 -
CMYK 0 0.48 0.34 0.42
HSL 341.67º 0.32% 0.44% -
HSV(B) 341.67º 0.48% 0.58% -
XYZ 17.3 12.6 13.32 -
YUV 101.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 149 77 99 0 0.48 0.34 0.42 341.67 0.32 0.44
Hex 95 4D 63 0 30 22 2A 156 20 2C
Octal 225 115 143 0 60 42 52 526 40 54
Binary 10010101 1001101 1100011 0 110000 100010 101010 101010110 100000 101100

Color Harmonies of #954D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D63

Black with #954D63

Text Example


Text Example

White with #954D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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