Html Css Color HEX #984B6D Cadillac

📋 copy color: '#984B6D'

red 152 ◦ green 75 ◦ blue 109

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

Shades of Cadillac #984B6D

Tints of Cadillac #984B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 45.24%
G = 22.32%
B = 32.44%

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

#984B6D (or 0x984B6D) is known color: Cadillac. HEX triplet: 98, 4B and 6D. RGB value is (152,75,109). Sum of RGB (Red+Green+Blue) = 152+75+109=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #984B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B6D is #67B492. Grayscale: #656565. Windows color (decimal): -6796435 or 7162776. OLE color: 7162776.

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

Color convert

RGB 152 75 109 -
CMYK 0 0.51 0.28 0.40
HSL 333.51º 0.34% 0.45% -
HSV(B) 333.51º 0.51% 0.6% -
XYZ 18.23 12.81 15.98 -
YUV 101.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 152 75 109 0 0.51 0.28 0.40 333.51 0.34 0.45
Hex 98 4B 6D 0 33 1C 28 14E 22 2D
Octal 230 113 155 0 63 34 50 516 42 55
Binary 10011000 1001011 1101101 0 110011 11100 101000 101001110 100010 101101

Color Harmonies of #984B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B6D

Black with #984B6D

Text Example


Text Example

White with #984B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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