Html Css Color HEX #984765 Cadillac

📋 copy color: '#984765'

red 152 ◦ green 71 ◦ blue 101

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

Shades of Cadillac #984765

Tints of Cadillac #984765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 46.91%
G = 21.91%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984765 (or 0x984765) is known color: Cadillac. HEX triplet: 98, 47 and 65. RGB value is (152,71,101). Sum of RGB (Red+Green+Blue) = 152+71+101=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #984765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984765 is #67B89A. Grayscale: #626262. Windows color (decimal): -6797467 or 6637464. OLE color: 6637464.

HSL color Cylindrical-coordinate representation of color #984765: hue angle of 337.78º 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 #984765 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 101 -
CMYK 0 0.53 0.34 0.40
HSL 337.78º 0.36% 0.44% -
HSV(B) 337.78º 0.53% 0.6% -
XYZ 17.55 12.12 13.73 -
YUV 98.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 152 71 101 0 0.53 0.34 0.40 337.78 0.36 0.44
Hex 98 47 65 0 35 22 28 152 24 2C
Octal 230 107 145 0 65 42 50 522 44 54
Binary 10011000 1000111 1100101 0 110101 100010 101000 101010010 100100 101100

Color Harmonies of #984765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984765

Black with #984765

Text Example


Text Example

White with #984765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984765; }

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

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

background-color css

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

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

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

border-color css

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

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

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