Html Css Color HEX #973C61 Cadillac

📋 copy color: '#973C61'

red 151 ◦ green 60 ◦ blue 97

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

Shades of Cadillac #973C61

Tints of Cadillac #973C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 49.03%
G = 19.48%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#973C61 (or 0x973C61) is known color: Cadillac. HEX triplet: 97, 3C and 61. RGB value is (151,60,97). Sum of RGB (Red+Green+Blue) = 151+60+97=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #973C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C61 is #68C39E. Grayscale: #5B5B5B. Windows color (decimal): -6865823 or 6372503. OLE color: 6372503.

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

Color convert

RGB 151 60 97 -
CMYK 0 0.60 0.36 0.41
HSL 335.6º 0.43% 0.41% -
HSV(B) 335.6º 0.6% 0.59% -
XYZ 16.54 10.67 12.5 -
YUV 91.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 151 60 97 0 0.60 0.36 0.41 335.6 0.43 0.41
Hex 97 3C 61 0 3C 24 29 150 2B 29
Octal 227 74 141 0 74 44 51 520 53 51
Binary 10010111 111100 1100001 0 111100 100100 101001 101010000 101011 101001

Color Harmonies of #973C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C61

Black with #973C61

Text Example


Text Example

White with #973C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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