Html Css Color HEX #954960 Cadillac

📋 copy color: '#954960'

red 149 ◦ green 73 ◦ blue 96

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

Shades of Cadillac #954960

Tints of Cadillac #954960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 46.86%
G = 22.96%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#954960 (or 0x954960) is known color: Cadillac. HEX triplet: 95, 49 and 60. RGB value is (149,73,96). Sum of RGB (Red+Green+Blue) = 149+73+96=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954960 is #6AB69F. Grayscale: #626262. Windows color (decimal): -6993568 or 6310293. OLE color: 6310293.

HSL color Cylindrical-coordinate representation of color #954960: hue angle of 341.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954960 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 96 -
CMYK 0 0.51 0.36 0.42
HSL 341.84º 0.34% 0.44% -
HSV(B) 341.84º 0.51% 0.58% -
XYZ 16.89 12 12.49 -
YUV 98.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 149 73 96 0 0.51 0.36 0.42 341.84 0.34 0.44
Hex 95 49 60 0 33 24 2A 156 22 2C
Octal 225 111 140 0 63 44 52 526 42 54
Binary 10010101 1001001 1100000 0 110011 100100 101010 101010110 100010 101100

Color Harmonies of #954960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954960

Black with #954960

Text Example


Text Example

White with #954960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954960; }

 p { color: rgb(149,73,96); }

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

background-color css

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

 a { background-color: rgb(149,73,96); }

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

border-color css

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

 span { border-color: rgb(149,73,96); }

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