Html Css Color HEX #973C65 Cadillac

📋 copy color: '#973C65'

red 151 ◦ green 60 ◦ blue 101

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

Shades of Cadillac #973C65

Tints of Cadillac #973C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 48.4%
G = 19.23%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#973C65 (or 0x973C65) is known color: Cadillac. HEX triplet: 97, 3C and 65. RGB value is (151,60,101). Sum of RGB (Red+Green+Blue) = 151+60+101=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #973C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C65 is #68C39A. Grayscale: #5B5B5B. Windows color (decimal): -6865819 or 6634647. OLE color: 6634647.

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

Color convert

RGB 151 60 101 -
CMYK 0 0.60 0.33 0.41
HSL 332.97º 0.43% 0.41% -
HSV(B) 332.97º 0.6% 0.59% -
XYZ 16.73 10.75 13.51 -
YUV 91.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 151 60 101 0 0.60 0.33 0.41 332.97 0.43 0.41
Hex 97 3C 65 0 3C 21 29 14D 2B 29
Octal 227 74 145 0 74 41 51 515 53 51
Binary 10010111 111100 1100101 0 111100 100001 101001 101001101 101011 101001

Color Harmonies of #973C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C65

Black with #973C65

Text Example


Text Example

White with #973C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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