Html Css Color HEX #97406C Cadillac

📋 copy color: '#97406C'

red 151 ◦ green 64 ◦ blue 108

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

Shades of Cadillac #97406C

Tints of Cadillac #97406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 46.75%
G = 19.81%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97406C (or 0x97406C) is known color: Cadillac. HEX triplet: 97, 40 and 6C. RGB value is (151,64,108). Sum of RGB (Red+Green+Blue) = 151+64+108=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #97406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97406C is #68BF93. Grayscale: #5E5E5E. Windows color (decimal): -6864788 or 7094423. OLE color: 7094423.

HSL color Cylindrical-coordinate representation of color #97406C: hue angle of 329.66º degrees, saturation: 0.4, 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 #97406C is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 108 -
CMYK 0 0.58 0.28 0.41
HSL 329.66º 0.4% 0.42% -
HSV(B) 329.66º 0.58% 0.59% -
XYZ 17.3 11.33 15.46 -
YUV 95.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 151 64 108 0 0.58 0.28 0.41 329.66 0.4 0.42
Hex 97 40 6C 0 3A 1C 29 14A 28 2A
Octal 227 100 154 0 72 34 51 512 50 52
Binary 10010111 1000000 1101100 0 111010 11100 101001 101001010 101000 101010

Color Harmonies of #97406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97406C

Black with #97406C

Text Example


Text Example

White with #97406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97406C; }

 p { color: rgb(151,64,108); }

 H1.HeaderClassName
 {
   color: #97406C;
 }
 .AnyTagClassName
 {
   color: #97406C;
 }
</style>

background-color css

<style>
 a { background-color: #97406C; }

 a { background-color: rgb(151,64,108); }

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

border-color css

<style>
 span { border-color: #97406C; }

 span { border-color: rgb(151,64,108); }

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