Html Css Color HEX #973C66 Cadillac

📋 copy color: '#973C66'

red 151 ◦ green 60 ◦ blue 102

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

Shades of Cadillac #973C66

Tints of Cadillac #973C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.59%

R = 48.24%
G = 19.17%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#973C66 (or 0x973C66) is known color: Cadillac. HEX triplet: 97, 3C and 66. RGB value is (151,60,102). Sum of RGB (Red+Green+Blue) = 151+60+102=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #973C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C66 is #68C399. Grayscale: #5B5B5B. Windows color (decimal): -6865818 or 6700183. OLE color: 6700183.

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

Color convert

RGB 151 60 102 -
CMYK 0 0.60 0.32 0.41
HSL 332.31º 0.43% 0.41% -
HSV(B) 332.31º 0.6% 0.59% -
XYZ 16.78 10.77 13.77 -
YUV 92 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 151 60 102 0 0.60 0.32 0.41 332.31 0.43 0.41
Hex 97 3C 66 0 3C 20 29 14C 2B 29
Octal 227 74 146 0 74 40 51 514 53 51
Binary 10010111 111100 1100110 0 111100 100000 101001 101001100 101011 101001

Color Harmonies of #973C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C66

Black with #973C66

Text Example


Text Example

White with #973C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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