Html Css Color HEX #954C64 Cadillac

📋 copy color: '#954C64'

red 149 ◦ green 76 ◦ blue 100

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

Shades of Cadillac #954C64

Tints of Cadillac #954C64

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

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

R = 45.85%
G = 23.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#954C64 (or 0x954C64) is known color: Cadillac. HEX triplet: 95, 4C and 64. RGB value is (149,76,100). Sum of RGB (Red+Green+Blue) = 149+76+100=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #954C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C64 is #6AB39B. Grayscale: #646464. Windows color (decimal): -6992796 or 6573205. OLE color: 6573205.

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

Color convert

RGB 149 76 100 -
CMYK 0 0.49 0.33 0.42
HSL 340.27º 0.32% 0.44% -
HSV(B) 340.27º 0.49% 0.58% -
XYZ 17.28 12.48 13.55 -
YUV 100.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 149 76 100 0 0.49 0.33 0.42 340.27 0.32 0.44
Hex 95 4C 64 0 31 21 2A 154 20 2C
Octal 225 114 144 0 61 41 52 524 40 54
Binary 10010101 1001100 1100100 0 110001 100001 101010 101010100 100000 101100

Color Harmonies of #954C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C64

Black with #954C64

Text Example


Text Example

White with #954C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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