Html Css Color HEX #954464 Cadillac

📋 copy color: '#954464'

red 149 ◦ green 68 ◦ blue 100

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

Shades of Cadillac #954464

Tints of Cadillac #954464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.45%

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

R = 47%
G = 21.45%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#954464 (or 0x954464) is known color: Cadillac. HEX triplet: 95, 44 and 64. RGB value is (149,68,100). Sum of RGB (Red+Green+Blue) = 149+68+100=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #954464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954464 is #6ABB9B. Grayscale: #5F5F5F. Windows color (decimal): -6994844 or 6571157. OLE color: 6571157.

HSL color Cylindrical-coordinate representation of color #954464: hue angle of 336.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954464 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 100 -
CMYK 0 0.54 0.33 0.42
HSL 336.3º 0.37% 0.43% -
HSV(B) 336.3º 0.54% 0.58% -
XYZ 16.76 11.44 13.38 -
YUV 95.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 149 68 100 0 0.54 0.33 0.42 336.3 0.37 0.43
Hex 95 44 64 0 36 21 2A 150 25 2B
Octal 225 104 144 0 66 41 52 520 45 53
Binary 10010101 1000100 1100100 0 110110 100001 101010 101010000 100101 101011

Color Harmonies of #954464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954464

Black with #954464

Text Example


Text Example

White with #954464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954464; }

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

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

background-color css

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

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

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

border-color css

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

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

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