Html Css Color HEX #973E6A Cadillac

📋 copy color: '#973E6A'

red 151 ◦ green 62 ◦ blue 106

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

Shades of Cadillac #973E6A

Tints of Cadillac #973E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 47.34%
G = 19.44%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#973E6A (or 0x973E6A) is known color: Cadillac. HEX triplet: 97, 3E and 6A. RGB value is (151,62,106). Sum of RGB (Red+Green+Blue) = 151+62+106=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #973E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973E6A is #68C195. Grayscale: #5D5D5D. Windows color (decimal): -6865302 or 6962839. OLE color: 6962839.

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

Color convert

RGB 151 62 106 -
CMYK 0 0.59 0.30 0.41
HSL 330.34º 0.42% 0.42% -
HSV(B) 330.34º 0.59% 0.59% -
XYZ 17.09 11.07 14.87 -
YUV 93.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 151 62 106 0 0.59 0.30 0.41 330.34 0.42 0.42
Hex 97 3E 6A 0 3B 1E 29 14A 2A 2A
Octal 227 76 152 0 73 36 51 512 52 52
Binary 10010111 111110 1101010 0 111011 11110 101001 101001010 101010 101010

Color Harmonies of #973E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973E6A

Black with #973E6A

Text Example


Text Example

White with #973E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,62,106); }

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

background-color css

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

 a { background-color: rgb(151,62,106); }

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

border-color css

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

 span { border-color: rgb(151,62,106); }

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