Html Css Color HEX #984B70 Cadillac

📋 copy color: '#984B70'

red 152 ◦ green 75 ◦ blue 112

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

Shades of Cadillac #984B70

Tints of Cadillac #984B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 44.84%
G = 22.12%
B = 33.04%

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

#984B70 (or 0x984B70) is known color: Cadillac. HEX triplet: 98, 4B and 70. RGB value is (152,75,112). Sum of RGB (Red+Green+Blue) = 152+75+112=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #984B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B70 is #67B48F. Grayscale: #666666. Windows color (decimal): -6796432 or 7359384. OLE color: 7359384.

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

Color convert

RGB 152 75 112 -
CMYK 0 0.51 0.26 0.40
HSL 331.17º 0.34% 0.45% -
HSV(B) 331.17º 0.51% 0.6% -
XYZ 18.39 12.88 16.85 -
YUV 102.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 152 75 112 0 0.51 0.26 0.40 331.17 0.34 0.45
Hex 98 4B 70 0 33 1A 28 14B 22 2D
Octal 230 113 160 0 63 32 50 513 42 55
Binary 10011000 1001011 1110000 0 110011 11010 101000 101001011 100010 101101

Color Harmonies of #984B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B70

Black with #984B70

Text Example


Text Example

White with #984B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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