Html Css Color HEX #974B5D Cadillac

📋 copy color: '#974B5D'

red 151 ◦ green 75 ◦ blue 93

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

Shades of Cadillac #974B5D

Tints of Cadillac #974B5D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.51%

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 47.34%
G = 23.51%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#974B5D (or 0x974B5D) is known color: Cadillac. HEX triplet: 97, 4B and 5D. RGB value is (151,75,93). Sum of RGB (Red+Green+Blue) = 151+75+93=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #974B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974B5D is #68B4A2. Grayscale: #636363. Windows color (decimal): -6861987 or 6114199. OLE color: 6114199.

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

Color convert

RGB 151 75 93 -
CMYK 0 0.50 0.38 0.41
HSL 345.79º 0.34% 0.44% -
HSV(B) 345.79º 0.5% 0.59% -
XYZ 17.25 12.4 11.84 -
YUV 99.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 151 75 93 0 0.50 0.38 0.41 345.79 0.34 0.44
Hex 97 4B 5D 0 32 26 29 15A 22 2C
Octal 227 113 135 0 62 46 51 532 42 54
Binary 10010111 1001011 1011101 0 110010 100110 101001 101011010 100010 101100

Color Harmonies of #974B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974B5D

Black with #974B5D

Text Example


Text Example

White with #974B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,75,93); }

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

background-color css

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

 a { background-color: rgb(151,75,93); }

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

border-color css

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

 span { border-color: rgb(151,75,93); }

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