Html Css Color HEX #974475 Cadillac

📋 copy color: '#974475'

red 151 ◦ green 68 ◦ blue 117

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

Shades of Cadillac #974475

Tints of Cadillac #974475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 44.94%
G = 20.24%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#974475 (or 0x974475) is known color: Cadillac. HEX triplet: 97, 44 and 75. RGB value is (151,68,117). Sum of RGB (Red+Green+Blue) = 151+68+117=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #974475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974475 is #68BB8A. Grayscale: #626262. Windows color (decimal): -6863755 or 7685271. OLE color: 7685271.

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

Color convert

RGB 151 68 117 -
CMYK 0 0.55 0.23 0.41
HSL 324.58º 0.38% 0.43% -
HSV(B) 324.58º 0.55% 0.59% -
XYZ 18.04 12 18.19 -
YUV 98.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 151 68 117 0 0.55 0.23 0.41 324.58 0.38 0.43
Hex 97 44 75 0 37 17 29 145 26 2B
Octal 227 104 165 0 67 27 51 505 46 53
Binary 10010111 1000100 1110101 0 110111 10111 101001 101000101 100110 101011

Color Harmonies of #974475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974475

Black with #974475

Text Example


Text Example

White with #974475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974475; }

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

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

background-color css

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

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

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

border-color css

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

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

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