Html Css Color HEX #984068 Cadillac

📋 copy color: '#984068'

red 152 ◦ green 64 ◦ blue 104

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

Shades of Cadillac #984068

Tints of Cadillac #984068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

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

R = 47.5%
G = 20%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#984068 (or 0x984068) is known color: Cadillac. HEX triplet: 98, 40 and 68. RGB value is (152,64,104). Sum of RGB (Red+Green+Blue) = 152+64+104=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #984068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984068 is #67BF97. Grayscale: #5E5E5E. Windows color (decimal): -6799256 or 6832280. OLE color: 6832280.

HSL color Cylindrical-coordinate representation of color #984068: hue angle of 332.73º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984068 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 104 -
CMYK 0 0.58 0.32 0.40
HSL 332.73º 0.41% 0.42% -
HSV(B) 332.73º 0.58% 0.6% -
XYZ 17.28 11.34 14.38 -
YUV 94.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 152 64 104 0 0.58 0.32 0.40 332.73 0.41 0.42
Hex 98 40 68 0 3A 20 28 14D 29 2A
Octal 230 100 150 0 72 40 50 515 51 52
Binary 10011000 1000000 1101000 0 111010 100000 101000 101001101 101001 101010

Color Harmonies of #984068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984068

Black with #984068

Text Example


Text Example

White with #984068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984068; }

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

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

background-color css

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

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

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

border-color css

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

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

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