Html Css Color HEX #97486A Cadillac

📋 copy color: '#97486A'

red 151 ◦ green 72 ◦ blue 106

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

Shades of Cadillac #97486A

Tints of Cadillac #97486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 45.9%
G = 21.88%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97486A (or 0x97486A) is known color: Cadillac. HEX triplet: 97, 48 and 6A. RGB value is (151,72,106). Sum of RGB (Red+Green+Blue) = 151+72+106=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97486A is #68B795. Grayscale: #636363. Windows color (decimal): -6862742 or 6965399. OLE color: 6965399.

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

Color convert

RGB 151 72 106 -
CMYK 0 0.52 0.30 0.41
HSL 334.18º 0.35% 0.44% -
HSV(B) 334.18º 0.52% 0.59% -
XYZ 17.68 12.25 15.07 -
YUV 99.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 151 72 106 0 0.52 0.30 0.41 334.18 0.35 0.44
Hex 97 48 6A 0 34 1E 29 14E 23 2C
Octal 227 110 152 0 64 36 51 516 43 54
Binary 10010111 1001000 1101010 0 110100 11110 101001 101001110 100011 101100

Color Harmonies of #97486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97486A

Black with #97486A

Text Example


Text Example

White with #97486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97486A; }

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

 H1.HeaderClassName
 {
   color: #97486A;
 }
 .AnyTagClassName
 {
   color: #97486A;
 }
</style>

background-color css

<style>
 a { background-color: #97486A; }

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

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

border-color css

<style>
 span { border-color: #97486A; }

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

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