Html Css Color HEX #984D69 Cadillac

📋 copy color: '#984D69'

red 152 ◦ green 77 ◦ blue 105

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

Shades of Cadillac #984D69

Tints of Cadillac #984D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 45.51%
G = 23.05%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#984D69 (or 0x984D69) is known color: Cadillac. HEX triplet: 98, 4D and 69. RGB value is (152,77,105). Sum of RGB (Red+Green+Blue) = 152+77+105=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #984D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D69 is #67B296. Grayscale: #666666. Windows color (decimal): -6795927 or 6901144. OLE color: 6901144.

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

Color convert

RGB 152 77 105 -
CMYK 0 0.49 0.31 0.40
HSL 337.6º 0.33% 0.45% -
HSV(B) 337.6º 0.49% 0.6% -
XYZ 18.15 13 14.92 -
YUV 102.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 152 77 105 0 0.49 0.31 0.40 337.6 0.33 0.45
Hex 98 4D 69 0 31 1F 28 152 21 2D
Octal 230 115 151 0 61 37 50 522 41 55
Binary 10011000 1001101 1101001 0 110001 11111 101000 101010010 100001 101101

Color Harmonies of #984D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D69

Black with #984D69

Text Example


Text Example

White with #984D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,77,105); }

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

background-color css

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

 a { background-color: rgb(152,77,105); }

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

border-color css

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

 span { border-color: rgb(152,77,105); }

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