Html Css Color HEX #984162 Cadillac

📋 copy color: '#984162'

red 152 ◦ green 65 ◦ blue 98

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

Shades of Cadillac #984162

Tints of Cadillac #984162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 48.25%
G = 20.63%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#984162 (or 0x984162) is known color: Cadillac. HEX triplet: 98, 41 and 62. RGB value is (152,65,98). Sum of RGB (Red+Green+Blue) = 152+65+98=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #984162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984162 is #67BE9D. Grayscale: #5E5E5E. Windows color (decimal): -6799006 or 6439320. OLE color: 6439320.

HSL color Cylindrical-coordinate representation of color #984162: hue angle of 337.24º 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 #984162 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 98 -
CMYK 0 0.57 0.36 0.40
HSL 337.24º 0.4% 0.43% -
HSV(B) 337.24º 0.57% 0.6% -
XYZ 17.04 11.34 12.85 -
YUV 94.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 152 65 98 0 0.57 0.36 0.40 337.24 0.4 0.43
Hex 98 41 62 0 39 24 28 151 28 2B
Octal 230 101 142 0 71 44 50 521 50 53
Binary 10011000 1000001 1100010 0 111001 100100 101000 101010001 101000 101011

Color Harmonies of #984162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984162

Black with #984162

Text Example


Text Example

White with #984162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984162; }

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

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

background-color css

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

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

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

border-color css

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

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

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