Html Css Color HEX #954C60 Cadillac

📋 copy color: '#954C60'

red 149 ◦ green 76 ◦ blue 96

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

Shades of Cadillac #954C60

Tints of Cadillac #954C60

RGB

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

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

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

R = 46.42%
G = 23.68%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#954C60 (or 0x954C60) is known color: Cadillac. HEX triplet: 95, 4C and 60. RGB value is (149,76,96). Sum of RGB (Red+Green+Blue) = 149+76+96=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C60 is #6AB39F. Grayscale: #646464. Windows color (decimal): -6992800 or 6311061. OLE color: 6311061.

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

Color convert

RGB 149 76 96 -
CMYK 0 0.49 0.36 0.42
HSL 343.56º 0.32% 0.44% -
HSV(B) 343.56º 0.49% 0.58% -
XYZ 17.09 12.4 12.56 -
YUV 100.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 149 76 96 0 0.49 0.36 0.42 343.56 0.32 0.44
Hex 95 4C 60 0 31 24 2A 158 20 2C
Octal 225 114 140 0 61 44 52 530 40 54
Binary 10010101 1001100 1100000 0 110001 100100 101010 101011000 100000 101100

Color Harmonies of #954C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C60

Black with #954C60

Text Example


Text Example

White with #954C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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