Html Css Color HEX #98406D Cadillac

📋 copy color: '#98406D'

red 152 ◦ green 64 ◦ blue 109

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

Shades of Cadillac #98406D

Tints of Cadillac #98406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 46.77%
G = 19.69%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98406D (or 0x98406D) is known color: Cadillac. HEX triplet: 98, 40 and 6D. RGB value is (152,64,109). Sum of RGB (Red+Green+Blue) = 152+64+109=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98406D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98406D is #67BF92. Grayscale: #5F5F5F. Windows color (decimal): -6799251 or 7159960. OLE color: 7159960.

HSL color Cylindrical-coordinate representation of color #98406D: hue angle of 329.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98406D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 109 -
CMYK 0 0.58 0.28 0.40
HSL 329.32º 0.41% 0.42% -
HSV(B) 329.32º 0.58% 0.6% -
XYZ 17.54 11.45 15.75 -
YUV 95.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 152 64 109 0 0.58 0.28 0.40 329.32 0.41 0.42
Hex 98 40 6D 0 3A 1C 28 149 29 2A
Octal 230 100 155 0 72 34 50 511 51 52
Binary 10011000 1000000 1101101 0 111010 11100 101000 101001001 101001 101010

Color Harmonies of #98406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98406D

Black with #98406D

Text Example


Text Example

White with #98406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98406D; }

 p { color: rgb(152,64,109); }

 H1.HeaderClassName
 {
   color: #98406D;
 }
 .AnyTagClassName
 {
   color: #98406D;
 }
</style>

background-color css

<style>
 a { background-color: #98406D; }

 a { background-color: rgb(152,64,109); }

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

border-color css

<style>
 span { border-color: #98406D; }

 span { border-color: rgb(152,64,109); }

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