Html Css Color HEX #974473 Cadillac

📋 copy color: '#974473'

red 151 ◦ green 68 ◦ blue 115

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

Shades of Cadillac #974473

Tints of Cadillac #974473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 45.21%
G = 20.36%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#974473 (or 0x974473) is known color: Cadillac. HEX triplet: 97, 44 and 73. RGB value is (151,68,115). Sum of RGB (Red+Green+Blue) = 151+68+115=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #974473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974473 is #68BB8C. Grayscale: #626262. Windows color (decimal): -6863757 or 7554199. OLE color: 7554199.

HSL color Cylindrical-coordinate representation of color #974473: hue angle of 326.02º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974473 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 115 -
CMYK 0 0.55 0.24 0.41
HSL 326.02º 0.38% 0.43% -
HSV(B) 326.02º 0.55% 0.59% -
XYZ 17.92 11.95 17.58 -
YUV 98.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 151 68 115 0 0.55 0.24 0.41 326.02 0.38 0.43
Hex 97 44 73 0 37 18 29 146 26 2B
Octal 227 104 163 0 67 30 51 506 46 53
Binary 10010111 1000100 1110011 0 110111 11000 101001 101000110 100110 101011

Color Harmonies of #974473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974473

Black with #974473

Text Example


Text Example

White with #974473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974473; }

 p { color: rgb(151,68,115); }

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

background-color css

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

 a { background-color: rgb(151,68,115); }

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

border-color css

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

 span { border-color: rgb(151,68,115); }

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