Html Css Color HEX #974560 Cadillac

📋 copy color: '#974560'

red 151 ◦ green 69 ◦ blue 96

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

Shades of Cadillac #974560

Tints of Cadillac #974560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 47.78%
G = 21.84%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#974560 (or 0x974560) is known color: Cadillac. HEX triplet: 97, 45 and 60. RGB value is (151,69,96). Sum of RGB (Red+Green+Blue) = 151+69+96=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #974560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974560 is #68BA9F. Grayscale: #606060. Windows color (decimal): -6863520 or 6309271. OLE color: 6309271.

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

Color convert

RGB 151 69 96 -
CMYK 0 0.54 0.36 0.41
HSL 340.24º 0.37% 0.43% -
HSV(B) 340.24º 0.54% 0.59% -
XYZ 17 11.68 12.42 -
YUV 96.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 151 69 96 0 0.54 0.36 0.41 340.24 0.37 0.43
Hex 97 45 60 0 36 24 29 154 25 2B
Octal 227 105 140 0 66 44 51 524 45 53
Binary 10010111 1000101 1100000 0 110110 100100 101001 101010100 100101 101011

Color Harmonies of #974560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974560

Black with #974560

Text Example


Text Example

White with #974560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974560; }

 p { color: rgb(151,69,96); }

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

background-color css

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

 a { background-color: rgb(151,69,96); }

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

border-color css

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

 span { border-color: rgb(151,69,96); }

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