Html Css Color HEX #984A65 Cadillac

📋 copy color: '#984A65'

red 152 ◦ green 74 ◦ blue 101

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

Shades of Cadillac #984A65

Tints of Cadillac #984A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 46.48%
G = 22.63%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984A65 (or 0x984A65) is known color: Cadillac. HEX triplet: 98, 4A and 65. RGB value is (152,74,101). Sum of RGB (Red+Green+Blue) = 152+74+101=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #984A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984A65 is #67B59A. Grayscale: #646464. Windows color (decimal): -6796699 or 6638232. OLE color: 6638232.

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

Color convert

RGB 152 74 101 -
CMYK 0 0.51 0.34 0.40
HSL 339.23º 0.35% 0.44% -
HSV(B) 339.23º 0.51% 0.6% -
XYZ 17.75 12.51 13.79 -
YUV 100.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 152 74 101 0 0.51 0.34 0.40 339.23 0.35 0.44
Hex 98 4A 65 0 33 22 28 153 23 2C
Octal 230 112 145 0 63 42 50 523 43 54
Binary 10011000 1001010 1100101 0 110011 100010 101000 101010011 100011 101100

Color Harmonies of #984A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A65

Black with #984A65

Text Example


Text Example

White with #984A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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