Html Css Color HEX #974162 Cadillac

📋 copy color: '#974162'

red 151 ◦ green 65 ◦ blue 98

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

Shades of Cadillac #974162

Tints of Cadillac #974162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 48.09%
G = 20.7%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#974162 (or 0x974162) is known color: Cadillac. HEX triplet: 97, 41 and 62. RGB value is (151,65,98). Sum of RGB (Red+Green+Blue) = 151+65+98=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #974162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974162 is #68BE9D. Grayscale: #5E5E5E. Windows color (decimal): -6864542 or 6439319. OLE color: 6439319.

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

Color convert

RGB 151 65 98 -
CMYK 0 0.57 0.35 0.41
HSL 336.98º 0.4% 0.42% -
HSV(B) 336.98º 0.57% 0.59% -
XYZ 16.86 11.24 12.84 -
YUV 94.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 151 65 98 0 0.57 0.35 0.41 336.98 0.4 0.42
Hex 97 41 62 0 39 23 29 151 28 2A
Octal 227 101 142 0 71 43 51 521 50 52
Binary 10010111 1000001 1100010 0 111001 100011 101001 101010001 101000 101010

Color Harmonies of #974162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974162

Black with #974162

Text Example


Text Example

White with #974162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974162; }

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

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

background-color css

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

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

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

border-color css

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

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

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