Html Css Color HEX #974958 Cadillac

📋 copy color: '#974958'

red 151 ◦ green 73 ◦ blue 88

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

Shades of Cadillac #974958

Tints of Cadillac #974958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 48.4%
G = 23.4%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#974958 (or 0x974958) is known color: Cadillac. HEX triplet: 97, 49 and 58. RGB value is (151,73,88). Sum of RGB (Red+Green+Blue) = 151+73+88=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #974958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974958 is #68B6A7. Grayscale: #626262. Windows color (decimal): -6862504 or 5786007. OLE color: 5786007.

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

Color convert

RGB 151 73 88 -
CMYK 0 0.52 0.42 0.41
HSL 348.46º 0.35% 0.44% -
HSV(B) 348.46º 0.52% 0.59% -
XYZ 16.91 12.05 10.67 -
YUV 98.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 151 73 88 0 0.52 0.42 0.41 348.46 0.35 0.44
Hex 97 49 58 0 34 2A 29 15C 23 2C
Octal 227 111 130 0 64 52 51 534 43 54
Binary 10010111 1001001 1011000 0 110100 101010 101001 101011100 100011 101100

Color Harmonies of #974958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974958

Black with #974958

Text Example


Text Example

White with #974958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974958; }

 p { color: rgb(151,73,88); }

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

background-color css

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

 a { background-color: rgb(151,73,88); }

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

border-color css

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

 span { border-color: rgb(151,73,88); }

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