Html Css Color HEX #974D62 Cadillac

📋 copy color: '#974D62'

red 151 ◦ green 77 ◦ blue 98

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

Shades of Cadillac #974D62

Tints of Cadillac #974D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 46.32%
G = 23.62%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#974D62 (or 0x974D62) is known color: Cadillac. HEX triplet: 97, 4D and 62. RGB value is (151,77,98). Sum of RGB (Red+Green+Blue) = 151+77+98=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #974D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D62 is #68B29D. Grayscale: #656565. Windows color (decimal): -6861470 or 6442391. OLE color: 6442391.

HSL color Cylindrical-coordinate representation of color #974D62: hue angle of 342.97º 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 #974D62 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 98 -
CMYK 0 0.49 0.35 0.41
HSL 342.97º 0.32% 0.45% -
HSV(B) 342.97º 0.49% 0.59% -
XYZ 17.62 12.77 13.09 -
YUV 101.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 151 77 98 0 0.49 0.35 0.41 342.97 0.32 0.45
Hex 97 4D 62 0 31 23 29 157 20 2D
Octal 227 115 142 0 61 43 51 527 40 55
Binary 10010111 1001101 1100010 0 110001 100011 101001 101010111 100000 101101

Color Harmonies of #974D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D62

Black with #974D62

Text Example


Text Example

White with #974D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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