Html Css Color HEX #984065 Cadillac

📋 copy color: '#984065'

red 152 ◦ green 64 ◦ blue 101

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

Shades of Cadillac #984065

Tints of Cadillac #984065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 47.95%
G = 20.19%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#984065 (or 0x984065) is known color: Cadillac. HEX triplet: 98, 40 and 65. RGB value is (152,64,101). Sum of RGB (Red+Green+Blue) = 152+64+101=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #984065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984065 is #67BF9A. Grayscale: #5E5E5E. Windows color (decimal): -6799259 or 6635672. OLE color: 6635672.

HSL color Cylindrical-coordinate representation of color #984065: hue angle of 334.77º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984065 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 101 -
CMYK 0 0.58 0.34 0.40
HSL 334.77º 0.41% 0.42% -
HSV(B) 334.77º 0.58% 0.6% -
XYZ 17.13 11.28 13.59 -
YUV 94.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 152 64 101 0 0.58 0.34 0.40 334.77 0.41 0.42
Hex 98 40 65 0 3A 22 28 14F 29 2A
Octal 230 100 145 0 72 42 50 517 51 52
Binary 10011000 1000000 1100101 0 111010 100010 101000 101001111 101001 101010

Color Harmonies of #984065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984065

Black with #984065

Text Example


Text Example

White with #984065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984065; }

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

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

background-color css

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

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

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

border-color css

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

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

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