Html Css Color HEX #974574 Cadillac

📋 copy color: '#974574'

red 151 ◦ green 69 ◦ blue 116

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

Shades of Cadillac #974574

Tints of Cadillac #974574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 44.94%
G = 20.54%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#974574 (or 0x974574) is known color: Cadillac. HEX triplet: 97, 45 and 74. RGB value is (151,69,116). Sum of RGB (Red+Green+Blue) = 151+69+116=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974574 is #68BA8B. Grayscale: #626262. Windows color (decimal): -6863500 or 7619991. OLE color: 7619991.

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

Color convert

RGB 151 69 116 -
CMYK 0 0.54 0.23 0.41
HSL 325.61º 0.37% 0.43% -
HSV(B) 325.61º 0.54% 0.59% -
XYZ 18.04 12.1 17.91 -
YUV 98.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 151 69 116 0 0.54 0.23 0.41 325.61 0.37 0.43
Hex 97 45 74 0 36 17 29 146 25 2B
Octal 227 105 164 0 66 27 51 506 45 53
Binary 10010111 1000101 1110100 0 110110 10111 101001 101000110 100101 101011

Color Harmonies of #974574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974574

Black with #974574

Text Example


Text Example

White with #974574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974574; }

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

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

background-color css

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

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

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

border-color css

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

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

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