Html Css Color HEX #974A62 Cadillac

📋 copy color: '#974A62'

red 151 ◦ green 74 ◦ blue 98

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

Shades of Cadillac #974A62

Tints of Cadillac #974A62

RGB

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

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

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

R = 46.75%
G = 22.91%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#974A62 (or 0x974A62) is known color: Cadillac. HEX triplet: 97, 4A and 62. RGB value is (151,74,98). Sum of RGB (Red+Green+Blue) = 151+74+98=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #974A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974A62 is #68B59D. Grayscale: #636363. Windows color (decimal): -6862238 or 6441623. OLE color: 6441623.

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

Color convert

RGB 151 74 98 -
CMYK 0 0.51 0.35 0.41
HSL 341.3º 0.34% 0.44% -
HSV(B) 341.3º 0.51% 0.59% -
XYZ 17.42 12.36 13.02 -
YUV 99.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 151 74 98 0 0.51 0.35 0.41 341.3 0.34 0.44
Hex 97 4A 62 0 33 23 29 155 22 2C
Octal 227 112 142 0 63 43 51 525 42 54
Binary 10010111 1001010 1100010 0 110011 100011 101001 101010101 100010 101100

Color Harmonies of #974A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A62

Black with #974A62

Text Example


Text Example

White with #974A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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