Html Css Color HEX #974166 Cadillac

📋 copy color: '#974166'

red 151 ◦ green 65 ◦ blue 102

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

Shades of Cadillac #974166

Tints of Cadillac #974166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 47.48%
G = 20.44%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#974166 (or 0x974166) is known color: Cadillac. HEX triplet: 97, 41 and 66. RGB value is (151,65,102). Sum of RGB (Red+Green+Blue) = 151+65+102=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #974166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974166 is #68BE99. Grayscale: #5E5E5E. Windows color (decimal): -6864538 or 6701463. OLE color: 6701463.

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

Color convert

RGB 151 65 102 -
CMYK 0 0.57 0.32 0.41
HSL 334.19º 0.4% 0.42% -
HSV(B) 334.19º 0.57% 0.59% -
XYZ 17.05 11.32 13.86 -
YUV 94.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 151 65 102 0 0.57 0.32 0.41 334.19 0.4 0.42
Hex 97 41 66 0 39 20 29 14E 28 2A
Octal 227 101 146 0 71 40 51 516 50 52
Binary 10010111 1000001 1100110 0 111001 100000 101001 101001110 101000 101010

Color Harmonies of #974166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974166

Black with #974166

Text Example


Text Example

White with #974166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974166; }

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

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

background-color css

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

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

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

border-color css

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

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

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