Html Css Color HEX #974576 Cadillac

📋 copy color: '#974576'

red 151 ◦ green 69 ◦ blue 118

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

Shades of Cadillac #974576

Tints of Cadillac #974576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 44.67%
G = 20.41%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#974576 (or 0x974576) is known color: Cadillac. HEX triplet: 97, 45 and 76. RGB value is (151,69,118). Sum of RGB (Red+Green+Blue) = 151+69+118=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #974576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974576 is #68BA89. Grayscale: #626262. Windows color (decimal): -6863498 or 7751063. OLE color: 7751063.

HSL color Cylindrical-coordinate representation of color #974576: hue angle of 324.15º 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 #974576 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 69 118 -
CMYK 0 0.54 0.22 0.41
HSL 324.15º 0.37% 0.43% -
HSV(B) 324.15º 0.54% 0.59% -
XYZ 18.16 12.14 18.53 -
YUV 99.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 151 69 118 0 0.54 0.22 0.41 324.15 0.37 0.43
Hex 97 45 76 0 36 16 29 144 25 2B
Octal 227 105 166 0 66 26 51 504 45 53
Binary 10010111 1000101 1110110 0 110110 10110 101001 101000100 100101 101011

Color Harmonies of #974576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974576

Black with #974576

Text Example


Text Example

White with #974576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974576; }

 p { color: rgb(151,69,118); }

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

background-color css

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

 a { background-color: rgb(151,69,118); }

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

border-color css

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

 span { border-color: rgb(151,69,118); }

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