Html Css Color HEX #983F66 Cadillac

📋 copy color: '#983F66'

red 152 ◦ green 63 ◦ blue 102

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

Shades of Cadillac #983F66

Tints of Cadillac #983F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 47.95%
G = 19.87%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#983F66 (or 0x983F66) is known color: Cadillac. HEX triplet: 98, 3F and 66. RGB value is (152,63,102). Sum of RGB (Red+Green+Blue) = 152+63+102=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #983F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F66 is #67C099. Grayscale: #5D5D5D. Windows color (decimal): -6799514 or 6700952. OLE color: 6700952.

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

Color convert

RGB 152 63 102 -
CMYK 0 0.59 0.33 0.40
HSL 333.71º 0.41% 0.42% -
HSV(B) 333.71º 0.59% 0.6% -
XYZ 17.12 11.19 13.83 -
YUV 94.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 152 63 102 0 0.59 0.33 0.40 333.71 0.41 0.42
Hex 98 3F 66 0 3B 21 28 14E 29 2A
Octal 230 77 146 0 73 41 50 516 51 52
Binary 10011000 111111 1100110 0 111011 100001 101000 101001110 101001 101010

Color Harmonies of #983F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F66

Black with #983F66

Text Example


Text Example

White with #983F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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