Html Css Color HEX #984875 Cadillac

📋 copy color: '#984875'

red 152 ◦ green 72 ◦ blue 117

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

Shades of Cadillac #984875

Tints of Cadillac #984875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 44.57%
G = 21.11%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#984875 (or 0x984875) is known color: Cadillac. HEX triplet: 98, 48 and 75. RGB value is (152,72,117). Sum of RGB (Red+Green+Blue) = 152+72+117=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #984875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984875 is #67B78A. Grayscale: #646464. Windows color (decimal): -6797195 or 7686296. OLE color: 7686296.

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

Color convert

RGB 152 72 117 -
CMYK 0 0.53 0.23 0.40
HSL 326.25º 0.36% 0.44% -
HSV(B) 326.25º 0.53% 0.6% -
XYZ 18.48 12.59 18.29 -
YUV 101.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 152 72 117 0 0.53 0.23 0.40 326.25 0.36 0.44
Hex 98 48 75 0 35 17 28 146 24 2C
Octal 230 110 165 0 65 27 50 506 44 54
Binary 10011000 1001000 1110101 0 110101 10111 101000 101000110 100100 101100

Color Harmonies of #984875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984875

Black with #984875

Text Example


Text Example

White with #984875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984875; }

 p { color: rgb(152,72,117); }

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

background-color css

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

 a { background-color: rgb(152,72,117); }

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

border-color css

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

 span { border-color: rgb(152,72,117); }

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