Html Css Color HEX #984468 Cadillac

📋 copy color: '#984468'

red 152 ◦ green 68 ◦ blue 104

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

Shades of Cadillac #984468

Tints of Cadillac #984468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.1%

R = 46.91%
G = 20.99%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#984468 (or 0x984468) is known color: Cadillac. HEX triplet: 98, 44 and 68. RGB value is (152,68,104). Sum of RGB (Red+Green+Blue) = 152+68+104=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #984468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984468 is #67BB97. Grayscale: #616161. Windows color (decimal): -6798232 or 6833304. OLE color: 6833304.

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

Color convert

RGB 152 68 104 -
CMYK 0 0.55 0.32 0.40
HSL 334.29º 0.38% 0.43% -
HSV(B) 334.29º 0.55% 0.6% -
XYZ 17.51 11.81 14.45 -
YUV 97.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 152 68 104 0 0.55 0.32 0.40 334.29 0.38 0.43
Hex 98 44 68 0 37 20 28 14E 26 2B
Octal 230 104 150 0 67 40 50 516 46 53
Binary 10011000 1000100 1101000 0 110111 100000 101000 101001110 100110 101011

Color Harmonies of #984468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984468

Black with #984468

Text Example


Text Example

White with #984468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984468; }

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

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

background-color css

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

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

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

border-color css

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

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

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