Html Css Color HEX #973F63 Cadillac

📋 copy color: '#973F63'

red 151 ◦ green 63 ◦ blue 99

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

Shades of Cadillac #973F63

Tints of Cadillac #973F63

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 48.24%
G = 20.13%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#973F63 (or 0x973F63) is known color: Cadillac. HEX triplet: 97, 3F and 63. RGB value is (151,63,99). Sum of RGB (Red+Green+Blue) = 151+63+99=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #973F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F63 is #68C09C. Grayscale: #5D5D5D. Windows color (decimal): -6865053 or 6504343. OLE color: 6504343.

HSL color Cylindrical-coordinate representation of color #973F63: hue angle of 335.45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #973F63 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 63 99 -
CMYK 0 0.58 0.34 0.41
HSL 335.45º 0.41% 0.42% -
HSV(B) 335.45º 0.58% 0.59% -
XYZ 16.79 11.04 13.05 -
YUV 93.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 151 63 99 0 0.58 0.34 0.41 335.45 0.41 0.42
Hex 97 3F 63 0 3A 22 29 14F 29 2A
Octal 227 77 143 0 72 42 51 517 51 52
Binary 10010111 111111 1100011 0 111010 100010 101001 101001111 101001 101010

Color Harmonies of #973F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F63

Black with #973F63

Text Example


Text Example

White with #973F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,63,99); }

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

background-color css

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

 a { background-color: rgb(151,63,99); }

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

border-color css

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

 span { border-color: rgb(151,63,99); }

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