Html Css Color HEX #974D5C Cadillac

📋 copy color: '#974D5C'

red 151 ◦ green 77 ◦ blue 92

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

Shades of Cadillac #974D5C

Tints of Cadillac #974D5C

RGB

 RED value IS 151 (59.38% from 255) = 47.19%

 GREEN value IS 77 (30.47% from 255) = 24.06%

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 47.19%
G = 24.06%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#974D5C (or 0x974D5C) is known color: Cadillac. HEX triplet: 97, 4D and 5C. RGB value is (151,77,92). Sum of RGB (Red+Green+Blue) = 151+77+92=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #974D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D5C is #68B2A3. Grayscale: #646464. Windows color (decimal): -6861476 or 6049175. OLE color: 6049175.

HSL color Cylindrical-coordinate representation of color #974D5C: hue angle of 347.84º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D5C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 92 -
CMYK 0 0.49 0.39 0.41
HSL 347.84º 0.32% 0.45% -
HSV(B) 347.84º 0.49% 0.59% -
XYZ 17.35 12.66 11.65 -
YUV 100.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 151 77 92 0 0.49 0.39 0.41 347.84 0.32 0.45
Hex 97 4D 5C 0 31 27 29 15C 20 2D
Octal 227 115 134 0 61 47 51 534 40 55
Binary 10010111 1001101 1011100 0 110001 100111 101001 101011100 100000 101101

Color Harmonies of #974D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D5C

Black with #974D5C

Text Example


Text Example

White with #974D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974D5C; }

 p { color: rgb(151,77,92); }

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

background-color css

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

 a { background-color: rgb(151,77,92); }

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

border-color css

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

 span { border-color: rgb(151,77,92); }

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