Html Css Color HEX #984473 Cadillac

📋 copy color: '#984473'

red 152 ◦ green 68 ◦ blue 115

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

Shades of Cadillac #984473

Tints of Cadillac #984473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 45.37%
G = 20.3%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#984473 (or 0x984473) is known color: Cadillac. HEX triplet: 98, 44 and 73. RGB value is (152,68,115). Sum of RGB (Red+Green+Blue) = 152+68+115=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #984473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984473 is #67BB8C. Grayscale: #626262. Windows color (decimal): -6798221 or 7554200. OLE color: 7554200.

HSL color Cylindrical-coordinate representation of color #984473: hue angle of 326.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984473 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 115 -
CMYK 0 0.55 0.24 0.40
HSL 326.43º 0.38% 0.43% -
HSV(B) 326.43º 0.55% 0.6% -
XYZ 18.11 12.05 17.59 -
YUV 98.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 152 68 115 0 0.55 0.24 0.40 326.43 0.38 0.43
Hex 98 44 73 0 37 18 28 146 26 2B
Octal 230 104 163 0 67 30 50 506 46 53
Binary 10011000 1000100 1110011 0 110111 11000 101000 101000110 100110 101011

Color Harmonies of #984473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984473

Black with #984473

Text Example


Text Example

White with #984473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984473; }

 p { color: rgb(152,68,115); }

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

background-color css

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

 a { background-color: rgb(152,68,115); }

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

border-color css

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

 span { border-color: rgb(152,68,115); }

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