Html Css Color HEX #98496A Cadillac

📋 copy color: '#98496A'

red 152 ◦ green 73 ◦ blue 106

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

Shades of Cadillac #98496A

Tints of Cadillac #98496A

RGB

 RED value IS 152 (59.77% from 255) = 45.92%

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 45.92%
G = 22.05%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98496A (or 0x98496A) is known color: Cadillac. HEX triplet: 98, 49 and 6A. RGB value is (152,73,106). Sum of RGB (Red+Green+Blue) = 152+73+106=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98496A is #67B695. Grayscale: #646464. Windows color (decimal): -6796950 or 6965656. OLE color: 6965656.

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

Color convert

RGB 152 73 106 -
CMYK 0 0.52 0.30 0.40
HSL 334.94º 0.35% 0.44% -
HSV(B) 334.94º 0.52% 0.6% -
XYZ 17.93 12.48 15.1 -
YUV 100.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 152 73 106 0 0.52 0.30 0.40 334.94 0.35 0.44
Hex 98 49 6A 0 34 1E 28 14F 23 2C
Octal 230 111 152 0 64 36 50 517 43 54
Binary 10011000 1001001 1101010 0 110100 11110 101000 101001111 100011 101100

Color Harmonies of #98496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98496A

Black with #98496A

Text Example


Text Example

White with #98496A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,73,106); }

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

background-color css

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

 a { background-color: rgb(152,73,106); }

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

border-color css

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

 span { border-color: rgb(152,73,106); }

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