Html Css Color HEX #954954 Cadillac

📋 copy color: '#954954'

red 149 ◦ green 73 ◦ blue 84

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

Shades of Cadillac #954954

Tints of Cadillac #954954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 48.69%
G = 23.86%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#954954 (or 0x954954) is known color: Cadillac. HEX triplet: 95, 49 and 54. RGB value is (149,73,84). Sum of RGB (Red+Green+Blue) = 149+73+84=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #954954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954954 is #6AB6AB. Grayscale: #616161. Windows color (decimal): -6993580 or 5523861. OLE color: 5523861.

HSL color Cylindrical-coordinate representation of color #954954: hue angle of 351.32º 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 #954954 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 84 -
CMYK 0 0.51 0.44 0.42
HSL 351.32º 0.34% 0.44% -
HSV(B) 351.32º 0.51% 0.58% -
XYZ 16.38 11.79 9.8 -
YUV 96.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 149 73 84 0 0.51 0.44 0.42 351.32 0.34 0.44
Hex 95 49 54 0 33 2C 2A 15F 22 2C
Octal 225 111 124 0 63 54 52 537 42 54
Binary 10010101 1001001 1010100 0 110011 101100 101010 101011111 100010 101100

Color Harmonies of #954954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954954

Black with #954954

Text Example


Text Example

White with #954954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954954; }

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

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

background-color css

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

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

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

border-color css

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

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

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