Html Css Color HEX #984565 Cadillac

📋 copy color: '#984565'

red 152 ◦ green 69 ◦ blue 101

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

Shades of Cadillac #984565

Tints of Cadillac #984565

RGB

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

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

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

R = 47.2%
G = 21.43%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984565 (or 0x984565) is known color: Cadillac. HEX triplet: 98, 45 and 65. RGB value is (152,69,101). Sum of RGB (Red+Green+Blue) = 152+69+101=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #984565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984565 is #67BA9A. Grayscale: #616161. Windows color (decimal): -6797979 or 6636952. OLE color: 6636952.

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

Color convert

RGB 152 69 101 -
CMYK 0 0.55 0.34 0.40
HSL 336.87º 0.38% 0.43% -
HSV(B) 336.87º 0.55% 0.6% -
XYZ 17.43 11.87 13.68 -
YUV 97.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 152 69 101 0 0.55 0.34 0.40 336.87 0.38 0.43
Hex 98 45 65 0 37 22 28 151 26 2B
Octal 230 105 145 0 67 42 50 521 46 53
Binary 10011000 1000101 1100101 0 110111 100010 101000 101010001 100110 101011

Color Harmonies of #984565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984565

Black with #984565

Text Example


Text Example

White with #984565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984565; }

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

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

background-color css

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

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

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

border-color css

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

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

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