Html Css Color HEX #983C5F Cadillac

📋 copy color: '#983C5F'

red 152 ◦ green 60 ◦ blue 95

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

Shades of Cadillac #983C5F

Tints of Cadillac #983C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 49.51%
G = 19.54%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#983C5F (or 0x983C5F) is known color: Cadillac. HEX triplet: 98, 3C and 5F. RGB value is (152,60,95). Sum of RGB (Red+Green+Blue) = 152+60+95=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #983C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C5F is #67C3A0. Grayscale: #5B5B5B. Windows color (decimal): -6800289 or 6241432. OLE color: 6241432.

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

Color convert

RGB 152 60 95 -
CMYK 0 0.61 0.38 0.40
HSL 337.17º 0.43% 0.42% -
HSV(B) 337.17º 0.61% 0.6% -
XYZ 16.63 10.73 12.02 -
YUV 91.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 152 60 95 0 0.61 0.38 0.40 337.17 0.43 0.42
Hex 98 3C 5F 0 3D 26 28 151 2B 2A
Octal 230 74 137 0 75 46 50 521 53 52
Binary 10011000 111100 1011111 0 111101 100110 101000 101010001 101011 101010

Color Harmonies of #983C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C5F

Black with #983C5F

Text Example


Text Example

White with #983C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,60,95); }

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

background-color css

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

 a { background-color: rgb(152,60,95); }

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

border-color css

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

 span { border-color: rgb(152,60,95); }

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