Html Css Color HEX #97416C Cadillac

📋 copy color: '#97416C'

red 151 ◦ green 65 ◦ blue 108

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

Shades of Cadillac #97416C

Tints of Cadillac #97416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

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

R = 46.6%
G = 20.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97416C (or 0x97416C) is known color: Cadillac. HEX triplet: 97, 41 and 6C. RGB value is (151,65,108). Sum of RGB (Red+Green+Blue) = 151+65+108=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97416C is #68BE93. Grayscale: #5F5F5F. Windows color (decimal): -6864532 or 7094679. OLE color: 7094679.

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

Color convert

RGB 151 65 108 -
CMYK 0 0.57 0.28 0.41
HSL 330º 0.4% 0.42% -
HSV(B) 330º 0.57% 0.59% -
XYZ 17.36 11.44 15.48 -
YUV 95.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 151 65 108 0 0.57 0.28 0.41 330 0.4 0.42
Hex 97 41 6C 0 39 1C 29 14A 28 2A
Octal 227 101 154 0 71 34 51 512 50 52
Binary 10010111 1000001 1101100 0 111001 11100 101001 101001010 101000 101010

Color Harmonies of #97416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97416C

Black with #97416C

Text Example


Text Example

White with #97416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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