Html Css Color HEX #984767 Cadillac

📋 copy color: '#984767'

red 152 ◦ green 71 ◦ blue 103

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

Shades of Cadillac #984767

Tints of Cadillac #984767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 46.63%
G = 21.78%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#984767 (or 0x984767) is known color: Cadillac. HEX triplet: 98, 47 and 67. RGB value is (152,71,103). Sum of RGB (Red+Green+Blue) = 152+71+103=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #984767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984767 is #67B898. Grayscale: #626262. Windows color (decimal): -6797465 or 6768536. OLE color: 6768536.

HSL color Cylindrical-coordinate representation of color #984767: hue angle of 336.3º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984767 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 103 -
CMYK 0 0.53 0.32 0.40
HSL 336.3º 0.36% 0.44% -
HSV(B) 336.3º 0.53% 0.6% -
XYZ 17.65 12.16 14.25 -
YUV 98.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 152 71 103 0 0.53 0.32 0.40 336.3 0.36 0.44
Hex 98 47 67 0 35 20 28 150 24 2C
Octal 230 107 147 0 65 40 50 520 44 54
Binary 10011000 1000111 1100111 0 110101 100000 101000 101010000 100100 101100

Color Harmonies of #984767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984767

Black with #984767

Text Example


Text Example

White with #984767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984767; }

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

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

background-color css

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

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

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

border-color css

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

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

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