Html Css Color HEX #984373 Cadillac

📋 copy color: '#984373'

red 152 ◦ green 67 ◦ blue 115

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

Shades of Cadillac #984373

Tints of Cadillac #984373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

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

R = 45.51%
G = 20.06%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#984373 (or 0x984373) is known color: Cadillac. HEX triplet: 98, 43 and 73. RGB value is (152,67,115). Sum of RGB (Red+Green+Blue) = 152+67+115=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #984373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984373 is #67BC8C. Grayscale: #616161. Windows color (decimal): -6798477 or 7553944. OLE color: 7553944.

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

Color convert

RGB 152 67 115 -
CMYK 0 0.56 0.24 0.40
HSL 326.12º 0.39% 0.43% -
HSV(B) 326.12º 0.56% 0.6% -
XYZ 18.05 11.93 17.57 -
YUV 97.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 152 67 115 0 0.56 0.24 0.40 326.12 0.39 0.43
Hex 98 43 73 0 38 18 28 146 27 2B
Octal 230 103 163 0 70 30 50 506 47 53
Binary 10011000 1000011 1110011 0 111000 11000 101000 101000110 100111 101011

Color Harmonies of #984373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984373

Black with #984373

Text Example


Text Example

White with #984373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984373; }

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

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

background-color css

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

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

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

border-color css

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

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

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