Html Css Color HEX #983D68 Cadillac

📋 copy color: '#983D68'

red 152 ◦ green 61 ◦ blue 104

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

Shades of Cadillac #983D68

Tints of Cadillac #983D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.24%

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

R = 47.95%
G = 19.24%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983D68 (or 0x983D68) is known color: Cadillac. HEX triplet: 98, 3D and 68. RGB value is (152,61,104). Sum of RGB (Red+Green+Blue) = 152+61+104=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #983D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D68 is #67C297. Grayscale: #5D5D5D. Windows color (decimal): -6800024 or 6831512. OLE color: 6831512.

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

Color convert

RGB 152 61 104 -
CMYK 0 0.60 0.32 0.40
HSL 331.65º 0.43% 0.42% -
HSV(B) 331.65º 0.6% 0.6% -
XYZ 17.12 11.01 14.32 -
YUV 93.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 152 61 104 0 0.60 0.32 0.40 331.65 0.43 0.42
Hex 98 3D 68 0 3C 20 28 14C 2B 2A
Octal 230 75 150 0 74 40 50 514 53 52
Binary 10011000 111101 1101000 0 111100 100000 101000 101001100 101011 101010

Color Harmonies of #983D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D68

Black with #983D68

Text Example


Text Example

White with #983D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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