Html Css Color HEX #974164 Cadillac

📋 copy color: '#974164'

red 151 ◦ green 65 ◦ blue 100

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

Shades of Cadillac #974164

Tints of Cadillac #974164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 47.78%
G = 20.57%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#974164 (or 0x974164) is known color: Cadillac. HEX triplet: 97, 41 and 64. RGB value is (151,65,100). Sum of RGB (Red+Green+Blue) = 151+65+100=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #974164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974164 is #68BE9B. Grayscale: #5E5E5E. Windows color (decimal): -6864540 or 6570391. OLE color: 6570391.

HSL color Cylindrical-coordinate representation of color #974164: hue angle of 335.58º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974164 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 65 100 -
CMYK 0 0.57 0.34 0.41
HSL 335.58º 0.4% 0.42% -
HSV(B) 335.58º 0.57% 0.59% -
XYZ 16.95 11.28 13.34 -
YUV 94.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 151 65 100 0 0.57 0.34 0.41 335.58 0.4 0.42
Hex 97 41 64 0 39 22 29 150 28 2A
Octal 227 101 144 0 71 42 51 520 50 52
Binary 10010111 1000001 1100100 0 111001 100010 101001 101010000 101000 101010

Color Harmonies of #974164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974164

Black with #974164

Text Example


Text Example

White with #974164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974164; }

 p { color: rgb(151,65,100); }

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

background-color css

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

 a { background-color: rgb(151,65,100); }

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

border-color css

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

 span { border-color: rgb(151,65,100); }

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