Html Css Color HEX #974A5C Cadillac

📋 copy color: '#974A5C'

red 151 ◦ green 74 ◦ blue 92

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

Shades of Cadillac #974A5C

Tints of Cadillac #974A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

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

R = 47.63%
G = 23.34%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#974A5C (or 0x974A5C) is known color: Cadillac. HEX triplet: 97, 4A and 5C. RGB value is (151,74,92). Sum of RGB (Red+Green+Blue) = 151+74+92=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #974A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A5C is #68B5A3. Grayscale: #636363. Windows color (decimal): -6862244 or 6048407. OLE color: 6048407.

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

Color convert

RGB 151 74 92 -
CMYK 0 0.51 0.39 0.41
HSL 345.97º 0.34% 0.44% -
HSV(B) 345.97º 0.51% 0.59% -
XYZ 17.14 12.25 11.59 -
YUV 99.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 151 74 92 0 0.51 0.39 0.41 345.97 0.34 0.44
Hex 97 4A 5C 0 33 27 29 15A 22 2C
Octal 227 112 134 0 63 47 51 532 42 54
Binary 10010111 1001010 1011100 0 110011 100111 101001 101011010 100010 101100

Color Harmonies of #974A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A5C

Black with #974A5C

Text Example


Text Example

White with #974A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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