Html Css Color HEX #984B71 Cadillac

📋 copy color: '#984B71'

red 152 ◦ green 75 ◦ blue 113

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

Shades of Cadillac #984B71

Tints of Cadillac #984B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 44.71%
G = 22.06%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984B71 (or 0x984B71) is known color: Cadillac. HEX triplet: 98, 4B and 71. RGB value is (152,75,113). Sum of RGB (Red+Green+Blue) = 152+75+113=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #984B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B71 is #67B48E. Grayscale: #666666. Windows color (decimal): -6796431 or 7424920. OLE color: 7424920.

HSL color Cylindrical-coordinate representation of color #984B71: hue angle of 330.39º 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 #984B71 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 75 113 -
CMYK 0 0.51 0.26 0.40
HSL 330.39º 0.34% 0.45% -
HSV(B) 330.39º 0.51% 0.6% -
XYZ 18.45 12.9 17.14 -
YUV 102.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 152 75 113 0 0.51 0.26 0.40 330.39 0.34 0.45
Hex 98 4B 71 0 33 1A 28 14A 22 2D
Octal 230 113 161 0 63 32 50 512 42 55
Binary 10011000 1001011 1110001 0 110011 11010 101000 101001010 100010 101101

Color Harmonies of #984B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B71

Black with #984B71

Text Example


Text Example

White with #984B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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