Html Css Color HEX #974760 Cadillac

📋 copy color: '#974760'

red 151 ◦ green 71 ◦ blue 96

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

Shades of Cadillac #974760

Tints of Cadillac #974760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.33%

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

R = 47.48%
G = 22.33%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#974760 (or 0x974760) is known color: Cadillac. HEX triplet: 97, 47 and 60. RGB value is (151,71,96). Sum of RGB (Red+Green+Blue) = 151+71+96=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #974760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974760 is #68B89F. Grayscale: #616161. Windows color (decimal): -6863008 or 6309783. OLE color: 6309783.

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

Color convert

RGB 151 71 96 -
CMYK 0 0.53 0.36 0.41
HSL 341.25º 0.36% 0.44% -
HSV(B) 341.25º 0.53% 0.59% -
XYZ 17.13 11.93 12.47 -
YUV 97.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 151 71 96 0 0.53 0.36 0.41 341.25 0.36 0.44
Hex 97 47 60 0 35 24 29 155 24 2C
Octal 227 107 140 0 65 44 51 525 44 54
Binary 10010111 1000111 1100000 0 110101 100100 101001 101010101 100100 101100

Color Harmonies of #974760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974760

Black with #974760

Text Example


Text Example

White with #974760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974760; }

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

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

background-color css

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

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

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

border-color css

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

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

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