Html Css Color HEX #983F67 Cadillac

📋 copy color: '#983F67'

red 152 ◦ green 63 ◦ blue 103

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

Shades of Cadillac #983F67

Tints of Cadillac #983F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.39%

R = 47.8%
G = 19.81%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#983F67 (or 0x983F67) is known color: Cadillac. HEX triplet: 98, 3F and 67. RGB value is (152,63,103). Sum of RGB (Red+Green+Blue) = 152+63+103=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #983F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F67 is #67C098. Grayscale: #5E5E5E. Windows color (decimal): -6799513 or 6766488. OLE color: 6766488.

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

Color convert

RGB 152 63 103 -
CMYK 0 0.59 0.32 0.40
HSL 333.03º 0.41% 0.42% -
HSV(B) 333.03º 0.59% 0.6% -
XYZ 17.17 11.21 14.09 -
YUV 94.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 152 63 103 0 0.59 0.32 0.40 333.03 0.41 0.42
Hex 98 3F 67 0 3B 20 28 14D 29 2A
Octal 230 77 147 0 73 40 50 515 51 52
Binary 10011000 111111 1100111 0 111011 100000 101000 101001101 101001 101010

Color Harmonies of #983F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F67

Black with #983F67

Text Example


Text Example

White with #983F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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