Html Css Color HEX #974766 Cadillac

📋 copy color: '#974766'

red 151 ◦ green 71 ◦ blue 102

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

Shades of Cadillac #974766

Tints of Cadillac #974766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.91%

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

R = 46.6%
G = 21.91%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#974766 (or 0x974766) is known color: Cadillac. HEX triplet: 97, 47 and 66. RGB value is (151,71,102). Sum of RGB (Red+Green+Blue) = 151+71+102=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #974766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974766 is #68B899. Grayscale: #626262. Windows color (decimal): -6863002 or 6702999. OLE color: 6702999.

HSL color Cylindrical-coordinate representation of color #974766: hue angle of 336.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974766 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 71 102 -
CMYK 0 0.53 0.32 0.41
HSL 336.75º 0.36% 0.44% -
HSV(B) 336.75º 0.53% 0.59% -
XYZ 17.41 12.05 13.98 -
YUV 98.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 151 71 102 0 0.53 0.32 0.41 336.75 0.36 0.44
Hex 97 47 66 0 35 20 29 151 24 2C
Octal 227 107 146 0 65 40 51 521 44 54
Binary 10010111 1000111 1100110 0 110101 100000 101001 101010001 100100 101100

Color Harmonies of #974766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974766

Black with #974766

Text Example


Text Example

White with #974766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974766; }

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

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

background-color css

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

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

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

border-color css

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

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

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