Html Css Color HEX #974662 Cadillac

📋 copy color: '#974662'

red 151 ◦ green 70 ◦ blue 98

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

Shades of Cadillac #974662

Tints of Cadillac #974662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

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

R = 47.34%
G = 21.94%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#974662 (or 0x974662) is known color: Cadillac. HEX triplet: 97, 46 and 62. RGB value is (151,70,98). Sum of RGB (Red+Green+Blue) = 151+70+98=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #974662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974662 is #68B99D. Grayscale: #616161. Windows color (decimal): -6863262 or 6440599. OLE color: 6440599.

HSL color Cylindrical-coordinate representation of color #974662: hue angle of 339.26º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974662 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 70 98 -
CMYK 0 0.54 0.35 0.41
HSL 339.26º 0.37% 0.43% -
HSV(B) 339.26º 0.54% 0.59% -
XYZ 17.16 11.84 12.94 -
YUV 97.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 151 70 98 0 0.54 0.35 0.41 339.26 0.37 0.43
Hex 97 46 62 0 36 23 29 153 25 2B
Octal 227 106 142 0 66 43 51 523 45 53
Binary 10010111 1000110 1100010 0 110110 100011 101001 101010011 100101 101011

Color Harmonies of #974662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974662

Black with #974662

Text Example


Text Example

White with #974662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974662; }

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

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

background-color css

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

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

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

border-color css

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

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

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