Html Css Color HEX #984961 Cadillac

📋 copy color: '#984961'

red 152 ◦ green 73 ◦ blue 97

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

Shades of Cadillac #984961

Tints of Cadillac #984961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 47.2%
G = 22.67%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#984961 (or 0x984961) is known color: Cadillac. HEX triplet: 98, 49 and 61. RGB value is (152,73,97). Sum of RGB (Red+Green+Blue) = 152+73+97=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #984961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984961 is #67B69E. Grayscale: #636363. Windows color (decimal): -6796959 or 6375832. OLE color: 6375832.

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

Color convert

RGB 152 73 97 -
CMYK 0 0.52 0.36 0.40
HSL 341.77º 0.35% 0.44% -
HSV(B) 341.77º 0.52% 0.6% -
XYZ 17.49 12.3 12.76 -
YUV 99.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 152 73 97 0 0.52 0.36 0.40 341.77 0.35 0.44
Hex 98 49 61 0 34 24 28 156 23 2C
Octal 230 111 141 0 64 44 50 526 43 54
Binary 10011000 1001001 1100001 0 110100 100100 101000 101010110 100011 101100

Color Harmonies of #984961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984961

Black with #984961

Text Example


Text Example

White with #984961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984961; }

 p { color: rgb(152,73,97); }

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

background-color css

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

 a { background-color: rgb(152,73,97); }

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

border-color css

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

 span { border-color: rgb(152,73,97); }

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