Html Css Color HEX #984A68 Cadillac

📋 copy color: '#984A68'

red 152 ◦ green 74 ◦ blue 104

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

Shades of Cadillac #984A68

Tints of Cadillac #984A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 46.06%
G = 22.42%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#984A68 (or 0x984A68) is known color: Cadillac. HEX triplet: 98, 4A and 68. RGB value is (152,74,104). Sum of RGB (Red+Green+Blue) = 152+74+104=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #984A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984A68 is #67B597. Grayscale: #646464. Windows color (decimal): -6796696 or 6834840. OLE color: 6834840.

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

Color convert

RGB 152 74 104 -
CMYK 0 0.51 0.32 0.40
HSL 336.92º 0.35% 0.44% -
HSV(B) 336.92º 0.51% 0.6% -
XYZ 17.9 12.57 14.58 -
YUV 100.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 152 74 104 0 0.51 0.32 0.40 336.92 0.35 0.44
Hex 98 4A 68 0 33 20 28 151 23 2C
Octal 230 112 150 0 63 40 50 521 43 54
Binary 10011000 1001010 1101000 0 110011 100000 101000 101010001 100011 101100

Color Harmonies of #984A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A68

Black with #984A68

Text Example


Text Example

White with #984A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,74,104); }

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

background-color css

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

 a { background-color: rgb(152,74,104); }

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

border-color css

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

 span { border-color: rgb(152,74,104); }

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