Html Css Color HEX #973E64 Cadillac

📋 copy color: '#973E64'

red 151 ◦ green 62 ◦ blue 100

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

Shades of Cadillac #973E64

Tints of Cadillac #973E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 48.24%
G = 19.81%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#973E64 (or 0x973E64) is known color: Cadillac. HEX triplet: 97, 3E and 64. RGB value is (151,62,100). Sum of RGB (Red+Green+Blue) = 151+62+100=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #973E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973E64 is #68C19B. Grayscale: #5C5C5C. Windows color (decimal): -6865308 or 6569623. OLE color: 6569623.

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

Color convert

RGB 151 62 100 -
CMYK 0 0.59 0.34 0.41
HSL 334.38º 0.42% 0.42% -
HSV(B) 334.38º 0.59% 0.59% -
XYZ 16.79 10.94 13.28 -
YUV 92.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 151 62 100 0 0.59 0.34 0.41 334.38 0.42 0.42
Hex 97 3E 64 0 3B 22 29 14E 2A 2A
Octal 227 76 144 0 73 42 51 516 52 52
Binary 10010111 111110 1100100 0 111011 100010 101001 101001110 101010 101010

Color Harmonies of #973E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973E64

Black with #973E64

Text Example


Text Example

White with #973E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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