Html Css Color HEX #974675 Cadillac

📋 copy color: '#974675'

red 151 ◦ green 70 ◦ blue 117

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

Shades of Cadillac #974675

Tints of Cadillac #974675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 44.67%
G = 20.71%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#974675 (or 0x974675) is known color: Cadillac. HEX triplet: 97, 46 and 75. RGB value is (151,70,117). Sum of RGB (Red+Green+Blue) = 151+70+117=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #974675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974675 is #68B98A. Grayscale: #636363. Windows color (decimal): -6863243 or 7685783. OLE color: 7685783.

HSL color Cylindrical-coordinate representation of color #974675: hue angle of 325.19º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974675 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 70 117 -
CMYK 0 0.54 0.23 0.41
HSL 325.19º 0.37% 0.43% -
HSV(B) 325.19º 0.54% 0.59% -
XYZ 18.16 12.24 18.24 -
YUV 99.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 151 70 117 0 0.54 0.23 0.41 325.19 0.37 0.43
Hex 97 46 75 0 36 17 29 145 25 2B
Octal 227 106 165 0 66 27 51 505 45 53
Binary 10010111 1000110 1110101 0 110110 10111 101001 101000101 100101 101011

Color Harmonies of #974675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974675

Black with #974675

Text Example


Text Example

White with #974675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974675; }

 p { color: rgb(151,70,117); }

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

background-color css

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

 a { background-color: rgb(151,70,117); }

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

border-color css

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

 span { border-color: rgb(151,70,117); }

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