Html Css Color HEX #97446E Cadillac

📋 copy color: '#97446E'

red 151 ◦ green 68 ◦ blue 110

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

Shades of Cadillac #97446E

Tints of Cadillac #97446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 45.9%
G = 20.67%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97446E (or 0x97446E) is known color: Cadillac. HEX triplet: 97, 44 and 6E. RGB value is (151,68,110). Sum of RGB (Red+Green+Blue) = 151+68+110=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97446E is #68BB91. Grayscale: #616161. Windows color (decimal): -6863762 or 7226519. OLE color: 7226519.

HSL color Cylindrical-coordinate representation of color #97446E: hue angle of 329.64º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97446E is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 110 -
CMYK 0 0.55 0.27 0.41
HSL 329.64º 0.38% 0.43% -
HSV(B) 329.64º 0.55% 0.59% -
XYZ 17.64 11.84 16.11 -
YUV 97.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 151 68 110 0 0.55 0.27 0.41 329.64 0.38 0.43
Hex 97 44 6E 0 37 1B 29 14A 26 2B
Octal 227 104 156 0 67 33 51 512 46 53
Binary 10010111 1000100 1101110 0 110111 11011 101001 101001010 100110 101011

Color Harmonies of #97446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97446E

Black with #97446E

Text Example


Text Example

White with #97446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97446E; }

 p { color: rgb(151,68,110); }

 H1.HeaderClassName
 {
   color: #97446E;
 }
 .AnyTagClassName
 {
   color: #97446E;
 }
</style>

background-color css

<style>
 a { background-color: #97446E; }

 a { background-color: rgb(151,68,110); }

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

border-color css

<style>
 span { border-color: #97446E; }

 span { border-color: rgb(151,68,110); }

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