Html Css Color HEX #984463 Cadillac

📋 copy color: '#984463'

red 152 ◦ green 68 ◦ blue 99

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

Shades of Cadillac #984463

Tints of Cadillac #984463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.03%

R = 47.65%
G = 21.32%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#984463 (or 0x984463) is known color: Cadillac. HEX triplet: 98, 44 and 63. RGB value is (152,68,99). Sum of RGB (Red+Green+Blue) = 152+68+99=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #984463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984463 is #67BB9C. Grayscale: #606060. Windows color (decimal): -6798237 or 6505624. OLE color: 6505624.

HSL color Cylindrical-coordinate representation of color #984463: hue angle of 337.86º 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 #984463 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 99 -
CMYK 0 0.55 0.35 0.40
HSL 337.86º 0.38% 0.43% -
HSV(B) 337.86º 0.55% 0.6% -
XYZ 17.27 11.71 13.15 -
YUV 96.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 152 68 99 0 0.55 0.35 0.40 337.86 0.38 0.43
Hex 98 44 63 0 37 23 28 152 26 2B
Octal 230 104 143 0 67 43 50 522 46 53
Binary 10011000 1000100 1100011 0 110111 100011 101000 101010010 100110 101011

Color Harmonies of #984463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984463

Black with #984463

Text Example


Text Example

White with #984463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984463; }

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

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

background-color css

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

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

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

border-color css

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

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

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