Html Css Color HEX #98466D Cadillac

📋 copy color: '#98466D'

red 152 ◦ green 70 ◦ blue 109

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

Shades of Cadillac #98466D

Tints of Cadillac #98466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 45.92%
G = 21.15%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98466D (or 0x98466D) is known color: Cadillac. HEX triplet: 98, 46 and 6D. RGB value is (152,70,109). Sum of RGB (Red+Green+Blue) = 152+70+109=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98466D is #67B992. Grayscale: #626262. Windows color (decimal): -6797715 or 7161496. OLE color: 7161496.

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

Color convert

RGB 152 70 109 -
CMYK 0 0.54 0.28 0.40
HSL 331.46º 0.37% 0.44% -
HSV(B) 331.46º 0.54% 0.6% -
XYZ 17.9 12.16 15.87 -
YUV 98.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 152 70 109 0 0.54 0.28 0.40 331.46 0.37 0.44
Hex 98 46 6D 0 36 1C 28 14B 25 2C
Octal 230 106 155 0 66 34 50 513 45 54
Binary 10011000 1000110 1101101 0 110110 11100 101000 101001011 100101 101100

Color Harmonies of #98466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98466D

Black with #98466D

Text Example


Text Example

White with #98466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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