Html Css Color HEX #984D6A Cadillac

📋 copy color: '#984D6A'

red 152 ◦ green 77 ◦ blue 106

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

Shades of Cadillac #984D6A

Tints of Cadillac #984D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.99%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 45.37%
G = 22.99%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#984D6A (or 0x984D6A) is known color: Cadillac. HEX triplet: 98, 4D and 6A. RGB value is (152,77,106). Sum of RGB (Red+Green+Blue) = 152+77+106=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #984D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D6A is #67B295. Grayscale: #666666. Windows color (decimal): -6795926 or 6966680. OLE color: 6966680.

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

Color convert

RGB 152 77 106 -
CMYK 0 0.49 0.30 0.40
HSL 336.8º 0.33% 0.45% -
HSV(B) 336.8º 0.49% 0.6% -
XYZ 18.2 13.02 15.19 -
YUV 102.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 152 77 106 0 0.49 0.30 0.40 336.8 0.33 0.45
Hex 98 4D 6A 0 31 1E 28 151 21 2D
Octal 230 115 152 0 61 36 50 521 41 55
Binary 10011000 1001101 1101010 0 110001 11110 101000 101010001 100001 101101

Color Harmonies of #984D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D6A

Black with #984D6A

Text Example


Text Example

White with #984D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,77,106); }

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

background-color css

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

 a { background-color: rgb(152,77,106); }

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

border-color css

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

 span { border-color: rgb(152,77,106); }

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