Html Css Color HEX #984168 Cadillac

📋 copy color: '#984168'

red 152 ◦ green 65 ◦ blue 104

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

Shades of Cadillac #984168

Tints of Cadillac #984168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 47.35%
G = 20.25%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#984168 (or 0x984168) is known color: Cadillac. HEX triplet: 98, 41 and 68. RGB value is (152,65,104). Sum of RGB (Red+Green+Blue) = 152+65+104=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984168 is #67BE97. Grayscale: #5F5F5F. Windows color (decimal): -6799000 or 6832536. OLE color: 6832536.

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

Color convert

RGB 152 65 104 -
CMYK 0 0.57 0.32 0.40
HSL 333.1º 0.4% 0.43% -
HSV(B) 333.1º 0.57% 0.6% -
XYZ 17.34 11.46 14.39 -
YUV 95.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 152 65 104 0 0.57 0.32 0.40 333.1 0.4 0.43
Hex 98 41 68 0 39 20 28 14D 28 2B
Octal 230 101 150 0 71 40 50 515 50 53
Binary 10011000 1000001 1101000 0 111001 100000 101000 101001101 101000 101011

Color Harmonies of #984168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984168

Black with #984168

Text Example


Text Example

White with #984168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984168; }

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

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

background-color css

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

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

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

border-color css

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

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

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