Html Css Color HEX #984575 Cadillac

📋 copy color: '#984575'

red 152 ◦ green 69 ◦ blue 117

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

Shades of Cadillac #984575

Tints of Cadillac #984575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 44.97%
G = 20.41%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#984575 (or 0x984575) is known color: Cadillac. HEX triplet: 98, 45 and 75. RGB value is (152,69,117). Sum of RGB (Red+Green+Blue) = 152+69+117=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #984575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984575 is #67BA8A. Grayscale: #636363. Windows color (decimal): -6797963 or 7685528. OLE color: 7685528.

HSL color Cylindrical-coordinate representation of color #984575: hue angle of 325.3º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984575 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 69 117 -
CMYK 0 0.55 0.23 0.40
HSL 325.3º 0.38% 0.43% -
HSV(B) 325.3º 0.55% 0.6% -
XYZ 18.29 12.22 18.22 -
YUV 99.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 152 69 117 0 0.55 0.23 0.40 325.3 0.38 0.43
Hex 98 45 75 0 37 17 28 145 26 2B
Octal 230 105 165 0 67 27 50 505 46 53
Binary 10011000 1000101 1110101 0 110111 10111 101000 101000101 100110 101011

Color Harmonies of #984575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984575

Black with #984575

Text Example


Text Example

White with #984575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984575; }

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

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

background-color css

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

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

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

border-color css

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

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

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