Html Css Color HEX #974060 Cadillac

📋 copy color: '#974060'

red 151 ◦ green 64 ◦ blue 96

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

Shades of Cadillac #974060

Tints of Cadillac #974060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 48.55%
G = 20.58%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#974060 (or 0x974060) is known color: Cadillac. HEX triplet: 97, 40 and 60. RGB value is (151,64,96). Sum of RGB (Red+Green+Blue) = 151+64+96=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #974060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974060 is #68BF9F. Grayscale: #5D5D5D. Windows color (decimal): -6864800 or 6307991. OLE color: 6307991.

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

Color convert

RGB 151 64 96 -
CMYK 0 0.58 0.36 0.41
HSL 337.93º 0.4% 0.42% -
HSV(B) 337.93º 0.58% 0.59% -
XYZ 16.71 11.09 12.33 -
YUV 93.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 151 64 96 0 0.58 0.36 0.41 337.93 0.4 0.42
Hex 97 40 60 0 3A 24 29 152 28 2A
Octal 227 100 140 0 72 44 51 522 50 52
Binary 10010111 1000000 1100000 0 111010 100100 101001 101010010 101000 101010

Color Harmonies of #974060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974060

Black with #974060

Text Example


Text Example

White with #974060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974060; }

 p { color: rgb(151,64,96); }

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

background-color css

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

 a { background-color: rgb(151,64,96); }

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

border-color css

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

 span { border-color: rgb(151,64,96); }

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