Html Css Color HEX #984B65 Cadillac

📋 copy color: '#984B65'

red 152 ◦ green 75 ◦ blue 101

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

Shades of Cadillac #984B65

Tints of Cadillac #984B65

RGB

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

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

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

R = 46.34%
G = 22.87%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984B65 (or 0x984B65) is known color: Cadillac. HEX triplet: 98, 4B and 65. RGB value is (152,75,101). Sum of RGB (Red+Green+Blue) = 152+75+101=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #984B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B65 is #67B49A. Grayscale: #646464. Windows color (decimal): -6796443 or 6638488. OLE color: 6638488.

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

Color convert

RGB 152 75 101 -
CMYK 0 0.51 0.34 0.40
HSL 339.74º 0.34% 0.45% -
HSV(B) 339.74º 0.51% 0.6% -
XYZ 17.81 12.65 13.81 -
YUV 100.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 152 75 101 0 0.51 0.34 0.40 339.74 0.34 0.45
Hex 98 4B 65 0 33 22 28 154 22 2D
Octal 230 113 145 0 63 42 50 524 42 55
Binary 10011000 1001011 1100101 0 110011 100010 101000 101010100 100010 101101

Color Harmonies of #984B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B65

Black with #984B65

Text Example


Text Example

White with #984B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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