Html Css Color HEX #984B5C Cadillac

📋 copy color: '#984B5C'

red 152 ◦ green 75 ◦ blue 92

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

Shades of Cadillac #984B5C

Tints of Cadillac #984B5C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.51%

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 47.65%
G = 23.51%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#984B5C (or 0x984B5C) is known color: Cadillac. HEX triplet: 98, 4B and 5C. RGB value is (152,75,92). Sum of RGB (Red+Green+Blue) = 152+75+92=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #984B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B5C is #67B4A3. Grayscale: #636363. Windows color (decimal): -6796452 or 6048664. OLE color: 6048664.

HSL color Cylindrical-coordinate representation of color #984B5C: hue angle of 346.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B5C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 75 92 -
CMYK 0 0.51 0.39 0.40
HSL 346.75º 0.34% 0.45% -
HSV(B) 346.75º 0.51% 0.6% -
XYZ 17.4 12.48 11.62 -
YUV 99.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 152 75 92 0 0.51 0.39 0.40 346.75 0.34 0.45
Hex 98 4B 5C 0 33 27 28 15B 22 2D
Octal 230 113 134 0 63 47 50 533 42 55
Binary 10011000 1001011 1011100 0 110011 100111 101000 101011011 100010 101101

Color Harmonies of #984B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B5C

Black with #984B5C

Text Example


Text Example

White with #984B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984B5C; }

 p { color: rgb(152,75,92); }

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

background-color css

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

 a { background-color: rgb(152,75,92); }

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

border-color css

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

 span { border-color: rgb(152,75,92); }

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