Html Css Color HEX #974661 Cadillac

📋 copy color: '#974661'

red 151 ◦ green 70 ◦ blue 97

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

Shades of Cadillac #974661

Tints of Cadillac #974661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 47.48%
G = 22.01%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#974661 (or 0x974661) is known color: Cadillac. HEX triplet: 97, 46 and 61. RGB value is (151,70,97). Sum of RGB (Red+Green+Blue) = 151+70+97=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #974661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974661 is #68B99E. Grayscale: #616161. Windows color (decimal): -6863263 or 6375063. OLE color: 6375063.

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

Color convert

RGB 151 70 97 -
CMYK 0 0.54 0.36 0.41
HSL 340º 0.37% 0.43% -
HSV(B) 340º 0.54% 0.59% -
XYZ 17.11 11.82 12.69 -
YUV 97.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 151 70 97 0 0.54 0.36 0.41 340 0.37 0.43
Hex 97 46 61 0 36 24 29 154 25 2B
Octal 227 106 141 0 66 44 51 524 45 53
Binary 10010111 1000110 1100001 0 110110 100100 101001 101010100 100101 101011

Color Harmonies of #974661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974661

Black with #974661

Text Example


Text Example

White with #974661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974661; }

 p { color: rgb(151,70,97); }

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

background-color css

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

 a { background-color: rgb(151,70,97); }

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

border-color css

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

 span { border-color: rgb(151,70,97); }

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