Html Css Color HEX #954C59 Cadillac

📋 copy color: '#954C59'

red 149 ◦ green 76 ◦ blue 89

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

Shades of Cadillac #954C59

Tints of Cadillac #954C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 47.45%
G = 24.2%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#954C59 (or 0x954C59) is known color: Cadillac. HEX triplet: 95, 4C and 59. RGB value is (149,76,89). Sum of RGB (Red+Green+Blue) = 149+76+89=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #954C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C59 is #6AB3A6. Grayscale: #636363. Windows color (decimal): -6992807 or 5852309. OLE color: 5852309.

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

Color convert

RGB 149 76 89 -
CMYK 0 0.49 0.40 0.42
HSL 349.32º 0.32% 0.44% -
HSV(B) 349.32º 0.49% 0.58% -
XYZ 16.78 12.28 10.94 -
YUV 99.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 149 76 89 0 0.49 0.40 0.42 349.32 0.32 0.44
Hex 95 4C 59 0 31 28 2A 15D 20 2C
Octal 225 114 131 0 61 50 52 535 40 54
Binary 10010101 1001100 1011001 0 110001 101000 101010 101011101 100000 101100

Color Harmonies of #954C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C59

Black with #954C59

Text Example


Text Example

White with #954C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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