Html Css Color HEX #984160 Cadillac

📋 copy color: '#984160'

red 152 ◦ green 65 ◦ blue 96

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

Shades of Cadillac #984160

Tints of Cadillac #984160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 48.56%
G = 20.77%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#984160 (or 0x984160) is known color: Cadillac. HEX triplet: 98, 41 and 60. RGB value is (152,65,96). Sum of RGB (Red+Green+Blue) = 152+65+96=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #984160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984160 is #67BE9F. Grayscale: #5E5E5E. Windows color (decimal): -6799008 or 6308248. OLE color: 6308248.

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

Color convert

RGB 152 65 96 -
CMYK 0 0.57 0.37 0.40
HSL 338.62º 0.4% 0.43% -
HSV(B) 338.62º 0.57% 0.6% -
XYZ 16.95 11.3 12.35 -
YUV 94.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 152 65 96 0 0.57 0.37 0.40 338.62 0.4 0.43
Hex 98 41 60 0 39 25 28 153 28 2B
Octal 230 101 140 0 71 45 50 523 50 53
Binary 10011000 1000001 1100000 0 111001 100101 101000 101010011 101000 101011

Color Harmonies of #984160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984160

Black with #984160

Text Example


Text Example

White with #984160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984160; }

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

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

background-color css

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

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

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

border-color css

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

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

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