Html Css Color HEX #973C5A Cadillac

📋 copy color: '#973C5A'

red 151 ◦ green 60 ◦ blue 90

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

Shades of Cadillac #973C5A

Tints of Cadillac #973C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 50.17%
G = 19.93%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#973C5A (or 0x973C5A) is known color: Cadillac. HEX triplet: 97, 3C and 5A. RGB value is (151,60,90). Sum of RGB (Red+Green+Blue) = 151+60+90=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #973C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C5A is #68C3A5. Grayscale: #5A5A5A. Windows color (decimal): -6865830 or 5913751. OLE color: 5913751.

HSL color Cylindrical-coordinate representation of color #973C5A: hue angle of 340.22º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C5A is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 60 90 -
CMYK 0 0.60 0.40 0.41
HSL 340.22º 0.43% 0.41% -
HSV(B) 340.22º 0.6% 0.59% -
XYZ 16.22 10.55 10.85 -
YUV 90.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 151 60 90 0 0.60 0.40 0.41 340.22 0.43 0.41
Hex 97 3C 5A 0 3C 28 29 154 2B 29
Octal 227 74 132 0 74 50 51 524 53 51
Binary 10010111 111100 1011010 0 111100 101000 101001 101010100 101011 101001

Color Harmonies of #973C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C5A

Black with #973C5A

Text Example


Text Example

White with #973C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973C5A; }

 p { color: rgb(151,60,90); }

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

background-color css

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

 a { background-color: rgb(151,60,90); }

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

border-color css

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

 span { border-color: rgb(151,60,90); }

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