Html Css Color HEX #98495F Cadillac

📋 copy color: '#98495F'

red 152 ◦ green 73 ◦ blue 95

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

Shades of Cadillac #98495F

Tints of Cadillac #98495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 47.5%
G = 22.81%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98495F (or 0x98495F) is known color: Cadillac. HEX triplet: 98, 49 and 5F. RGB value is (152,73,95). Sum of RGB (Red+Green+Blue) = 152+73+95=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #98495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98495F is #67B6A0. Grayscale: #636363. Windows color (decimal): -6796961 or 6244760. OLE color: 6244760.

HSL color Cylindrical-coordinate representation of color #98495F: hue angle of 343.29º 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 #98495F is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 95 -
CMYK 0 0.52 0.38 0.40
HSL 343.29º 0.35% 0.44% -
HSV(B) 343.29º 0.52% 0.6% -
XYZ 17.4 12.27 12.28 -
YUV 99.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 152 73 95 0 0.52 0.38 0.40 343.29 0.35 0.44
Hex 98 49 5F 0 34 26 28 157 23 2C
Octal 230 111 137 0 64 46 50 527 43 54
Binary 10011000 1001001 1011111 0 110100 100110 101000 101010111 100011 101100

Color Harmonies of #98495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98495F

Black with #98495F

Text Example


Text Example

White with #98495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98495F; }

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

 H1.HeaderClassName
 {
   color: #98495F;
 }
 .AnyTagClassName
 {
   color: #98495F;
 }
</style>

background-color css

<style>
 a { background-color: #98495F; }

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

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

border-color css

<style>
 span { border-color: #98495F; }

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

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