Html Css Color HEX #983A5E Cadillac

📋 copy color: '#983A5E'

red 152 ◦ green 58 ◦ blue 94

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

Shades of Cadillac #983A5E

Tints of Cadillac #983A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 50%
G = 19.08%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#983A5E (or 0x983A5E) is known color: Cadillac. HEX triplet: 98, 3A and 5E. RGB value is (152,58,94). Sum of RGB (Red+Green+Blue) = 152+58+94=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #983A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A5E is #67C5A1. Grayscale: #5A5A5A. Windows color (decimal): -6800802 or 6175384. OLE color: 6175384.

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

Color convert

RGB 152 58 94 -
CMYK 0 0.62 0.38 0.40
HSL 337.02º 0.45% 0.41% -
HSV(B) 337.02º 0.62% 0.6% -
XYZ 16.48 10.51 11.75 -
YUV 90.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 152 58 94 0 0.62 0.38 0.40 337.02 0.45 0.41
Hex 98 3A 5E 0 3E 26 28 151 2D 29
Octal 230 72 136 0 76 46 50 521 55 51
Binary 10011000 111010 1011110 0 111110 100110 101000 101010001 101101 101001

Color Harmonies of #983A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A5E

Black with #983A5E

Text Example


Text Example

White with #983A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,58,94); }

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

background-color css

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

 a { background-color: rgb(152,58,94); }

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

border-color css

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

 span { border-color: rgb(152,58,94); }

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