Html Css Color HEX #974D69 Cadillac

📋 copy color: '#974D69'

red 151 ◦ green 77 ◦ blue 105

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

Shades of Cadillac #974D69

Tints of Cadillac #974D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 45.35%
G = 23.12%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#974D69 (or 0x974D69) is known color: Cadillac. HEX triplet: 97, 4D and 69. RGB value is (151,77,105). Sum of RGB (Red+Green+Blue) = 151+77+105=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #974D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974D69 is #68B296. Grayscale: #666666. Windows color (decimal): -6861463 or 6901143. OLE color: 6901143.

HSL color Cylindrical-coordinate representation of color #974D69: hue angle of 337.3º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #974D69 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 77 105 -
CMYK 0 0.49 0.30 0.41
HSL 337.3º 0.32% 0.45% -
HSV(B) 337.3º 0.49% 0.59% -
XYZ 17.97 12.91 14.91 -
YUV 102.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 151 77 105 0 0.49 0.30 0.41 337.3 0.32 0.45
Hex 97 4D 69 0 31 1E 29 151 20 2D
Octal 227 115 151 0 61 36 51 521 40 55
Binary 10010111 1001101 1101001 0 110001 11110 101001 101010001 100000 101101

Color Harmonies of #974D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D69

Black with #974D69

Text Example


Text Example

White with #974D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974D69; }

 p { color: rgb(151,77,105); }

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

background-color css

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

 a { background-color: rgb(151,77,105); }

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

border-color css

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

 span { border-color: rgb(151,77,105); }

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