Html Css Color HEX #98466F Cadillac

📋 copy color: '#98466F'

red 152 ◦ green 70 ◦ blue 111

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

Shades of Cadillac #98466F

Tints of Cadillac #98466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 45.65%
G = 21.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98466F (or 0x98466F) is known color: Cadillac. HEX triplet: 98, 46 and 6F. RGB value is (152,70,111). Sum of RGB (Red+Green+Blue) = 152+70+111=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98466F is #67B990. Grayscale: #636363. Windows color (decimal): -6797713 or 7292568. OLE color: 7292568.

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

Color convert

RGB 152 70 111 -
CMYK 0 0.54 0.27 0.40
HSL 330º 0.37% 0.44% -
HSV(B) 330º 0.54% 0.6% -
XYZ 18.01 12.2 16.45 -
YUV 99.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 152 70 111 0 0.54 0.27 0.40 330 0.37 0.44
Hex 98 46 6F 0 36 1B 28 14A 25 2C
Octal 230 106 157 0 66 33 50 512 45 54
Binary 10011000 1000110 1101111 0 110110 11011 101000 101001010 100101 101100

Color Harmonies of #98466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98466F

Black with #98466F

Text Example


Text Example

White with #98466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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