Html Css Color HEX #984159 Cadillac

📋 copy color: '#984159'

red 152 ◦ green 65 ◦ blue 89

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

Shades of Cadillac #984159

Tints of Cadillac #984159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.08%

R = 49.67%
G = 21.24%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#984159 (or 0x984159) is known color: Cadillac. HEX triplet: 98, 41 and 59. RGB value is (152,65,89). Sum of RGB (Red+Green+Blue) = 152+65+89=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #984159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984159 is #67BEA6. Grayscale: #5D5D5D. Windows color (decimal): -6799015 or 5849496. OLE color: 5849496.

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

Color convert

RGB 152 65 89 -
CMYK 0 0.57 0.41 0.40
HSL 343.45º 0.4% 0.43% -
HSV(B) 343.45º 0.57% 0.6% -
XYZ 16.64 11.18 10.73 -
YUV 93.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 152 65 89 0 0.57 0.41 0.40 343.45 0.4 0.43
Hex 98 41 59 0 39 29 28 157 28 2B
Octal 230 101 131 0 71 51 50 527 50 53
Binary 10011000 1000001 1011001 0 111001 101001 101000 101010111 101000 101011

Color Harmonies of #984159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984159

Black with #984159

Text Example


Text Example

White with #984159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984159; }

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

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

background-color css

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

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

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

border-color css

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

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

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