Html Css Color HEX #983F5A Cadillac

📋 copy color: '#983F5A'

red 152 ◦ green 63 ◦ blue 90

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

Shades of Cadillac #983F5A

Tints of Cadillac #983F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 49.84%
G = 20.66%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#983F5A (or 0x983F5A) is known color: Cadillac. HEX triplet: 98, 3F and 5A. RGB value is (152,63,90). Sum of RGB (Red+Green+Blue) = 152+63+90=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #983F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F5A is #67C0A5. Grayscale: #5C5C5C. Windows color (decimal): -6799526 or 5914520. OLE color: 5914520.

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

Color convert

RGB 152 63 90 -
CMYK 0 0.59 0.41 0.40
HSL 341.8º 0.41% 0.42% -
HSV(B) 341.8º 0.59% 0.6% -
XYZ 16.57 10.97 10.92 -
YUV 92.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 152 63 90 0 0.59 0.41 0.40 341.8 0.41 0.42
Hex 98 3F 5A 0 3B 29 28 156 29 2A
Octal 230 77 132 0 73 51 50 526 51 52
Binary 10011000 111111 1011010 0 111011 101001 101000 101010110 101001 101010

Color Harmonies of #983F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F5A

Black with #983F5A

Text Example


Text Example

White with #983F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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