Html Css Color HEX #98416C Cadillac

📋 copy color: '#98416C'

red 152 ◦ green 65 ◦ blue 108

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

Shades of Cadillac #98416C

Tints of Cadillac #98416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 46.77%
G = 20%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98416C (or 0x98416C) is known color: Cadillac. HEX triplet: 98, 41 and 6C. RGB value is (152,65,108). Sum of RGB (Red+Green+Blue) = 152+65+108=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98416C is #67BE93. Grayscale: #5F5F5F. Windows color (decimal): -6798996 or 7094680. OLE color: 7094680.

HSL color Cylindrical-coordinate representation of color #98416C: hue angle of 330.34º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98416C is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 108 -
CMYK 0 0.57 0.29 0.40
HSL 330.34º 0.4% 0.43% -
HSV(B) 330.34º 0.57% 0.6% -
XYZ 17.55 11.54 15.49 -
YUV 95.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 152 65 108 0 0.57 0.29 0.40 330.34 0.4 0.43
Hex 98 41 6C 0 39 1D 28 14A 28 2B
Octal 230 101 154 0 71 35 50 512 50 53
Binary 10011000 1000001 1101100 0 111001 11101 101000 101001010 101000 101011

Color Harmonies of #98416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98416C

Black with #98416C

Text Example


Text Example

White with #98416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98416C; }

 p { color: rgb(152,65,108); }

 H1.HeaderClassName
 {
   color: #98416C;
 }
 .AnyTagClassName
 {
   color: #98416C;
 }
</style>

background-color css

<style>
 a { background-color: #98416C; }

 a { background-color: rgb(152,65,108); }

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

border-color css

<style>
 span { border-color: #98416C; }

 span { border-color: rgb(152,65,108); }

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