Html Css Color HEX #983F68 Cadillac

📋 copy color: '#983F68'

red 152 ◦ green 63 ◦ blue 104

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

Shades of Cadillac #983F68

Tints of Cadillac #983F68

RGB

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

 GREEN value IS 63 (25% from 255) = 19.75%

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

R = 47.65%
G = 19.75%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983F68 (or 0x983F68) is known color: Cadillac. HEX triplet: 98, 3F and 68. RGB value is (152,63,104). Sum of RGB (Red+Green+Blue) = 152+63+104=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #983F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F68 is #67C097. Grayscale: #5E5E5E. Windows color (decimal): -6799512 or 6832024. OLE color: 6832024.

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

Color convert

RGB 152 63 104 -
CMYK 0 0.59 0.32 0.40
HSL 332.36º 0.41% 0.42% -
HSV(B) 332.36º 0.59% 0.6% -
XYZ 17.23 11.23 14.36 -
YUV 94.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 152 63 104 0 0.59 0.32 0.40 332.36 0.41 0.42
Hex 98 3F 68 0 3B 20 28 14C 29 2A
Octal 230 77 150 0 73 40 50 514 51 52
Binary 10011000 111111 1101000 0 111011 100000 101000 101001100 101001 101010

Color Harmonies of #983F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F68

Black with #983F68

Text Example


Text Example

White with #983F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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