Html Css Color HEX #983E6C Cadillac

📋 copy color: '#983E6C'

red 152 ◦ green 62 ◦ blue 108

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

Shades of Cadillac #983E6C

Tints of Cadillac #983E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 47.2%
G = 19.25%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#983E6C (or 0x983E6C) is known color: Cadillac. HEX triplet: 98, 3E and 6C. RGB value is (152,62,108). Sum of RGB (Red+Green+Blue) = 152+62+108=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #983E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983E6C is #67C193. Grayscale: #5E5E5E. Windows color (decimal): -6799764 or 7093912. OLE color: 7093912.

HSL color Cylindrical-coordinate representation of color #983E6C: hue angle of 329.33º degrees, saturation: 0.42, 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 #983E6C is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 62 108 -
CMYK 0 0.59 0.29 0.40
HSL 329.33º 0.42% 0.42% -
HSV(B) 329.33º 0.59% 0.6% -
XYZ 17.38 11.2 15.43 -
YUV 94.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 152 62 108 0 0.59 0.29 0.40 329.33 0.42 0.42
Hex 98 3E 6C 0 3B 1D 28 149 2A 2A
Octal 230 76 154 0 73 35 50 511 52 52
Binary 10011000 111110 1101100 0 111011 11101 101000 101001001 101010 101010

Color Harmonies of #983E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983E6C

Black with #983E6C

Text Example


Text Example

White with #983E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,62,108); }

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

background-color css

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

 a { background-color: rgb(152,62,108); }

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

border-color css

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

 span { border-color: rgb(152,62,108); }

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