Html Css Color HEX #973C5E Cadillac

📋 copy color: '#973C5E'

red 151 ◦ green 60 ◦ blue 94

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

Shades of Cadillac #973C5E

Tints of Cadillac #973C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 49.51%
G = 19.67%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#973C5E (or 0x973C5E) is known color: Cadillac. HEX triplet: 97, 3C and 5E. RGB value is (151,60,94). Sum of RGB (Red+Green+Blue) = 151+60+94=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #973C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C5E is #68C3A1. Grayscale: #5B5B5B. Windows color (decimal): -6865826 or 6175895. OLE color: 6175895.

HSL color Cylindrical-coordinate representation of color #973C5E: hue angle of 337.58º 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 #973C5E is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 60 94 -
CMYK 0 0.60 0.38 0.41
HSL 337.58º 0.43% 0.41% -
HSV(B) 337.58º 0.6% 0.59% -
XYZ 16.4 10.62 11.78 -
YUV 91.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 151 60 94 0 0.60 0.38 0.41 337.58 0.43 0.41
Hex 97 3C 5E 0 3C 26 29 152 2B 29
Octal 227 74 136 0 74 46 51 522 53 51
Binary 10010111 111100 1011110 0 111100 100110 101001 101010010 101011 101001

Color Harmonies of #973C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C5E

Black with #973C5E

Text Example


Text Example

White with #973C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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