Html Css Color HEX #984B6E Cadillac

📋 copy color: '#984B6E'

red 152 ◦ green 75 ◦ blue 110

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

Shades of Cadillac #984B6E

Tints of Cadillac #984B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 45.1%
G = 22.26%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#984B6E (or 0x984B6E) is known color: Cadillac. HEX triplet: 98, 4B and 6E. RGB value is (152,75,110). Sum of RGB (Red+Green+Blue) = 152+75+110=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B6E is #67B491. Grayscale: #656565. Windows color (decimal): -6796434 or 7228312. OLE color: 7228312.

HSL color Cylindrical-coordinate representation of color #984B6E: hue angle of 332.73º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B6E is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 75 110 -
CMYK 0 0.51 0.28 0.40
HSL 332.73º 0.34% 0.45% -
HSV(B) 332.73º 0.51% 0.6% -
XYZ 18.28 12.83 16.27 -
YUV 102.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 152 75 110 0 0.51 0.28 0.40 332.73 0.34 0.45
Hex 98 4B 6E 0 33 1C 28 14D 22 2D
Octal 230 113 156 0 63 34 50 515 42 55
Binary 10011000 1001011 1101110 0 110011 11100 101000 101001101 100010 101101

Color Harmonies of #984B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B6E

Black with #984B6E

Text Example


Text Example

White with #984B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984B6E; }

 p { color: rgb(152,75,110); }

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

background-color css

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

 a { background-color: rgb(152,75,110); }

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

border-color css

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

 span { border-color: rgb(152,75,110); }

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