Html Css Color HEX #984259 Cadillac

📋 copy color: '#984259'

red 152 ◦ green 66 ◦ blue 89

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

Shades of Cadillac #984259

Tints of Cadillac #984259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 89 (35.16% from 255) = 28.99%

R = 49.51%
G = 21.5%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#984259 (or 0x984259) is known color: Cadillac. HEX triplet: 98, 42 and 59. RGB value is (152,66,89). Sum of RGB (Red+Green+Blue) = 152+66+89=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #984259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984259 is #67BDA6. Grayscale: #5E5E5E. Windows color (decimal): -6798759 or 5849752. OLE color: 5849752.

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

Color convert

RGB 152 66 89 -
CMYK 0 0.57 0.41 0.40
HSL 343.95º 0.39% 0.43% -
HSV(B) 343.95º 0.57% 0.6% -
XYZ 16.7 11.29 10.75 -
YUV 94.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 152 66 89 0 0.57 0.41 0.40 343.95 0.39 0.43
Hex 98 42 59 0 39 29 28 158 27 2B
Octal 230 102 131 0 71 51 50 530 47 53
Binary 10011000 1000010 1011001 0 111001 101001 101000 101011000 100111 101011

Color Harmonies of #984259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984259

Black with #984259

Text Example


Text Example

White with #984259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984259; }

 p { color: rgb(152,66,89); }

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

background-color css

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

 a { background-color: rgb(152,66,89); }

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

border-color css

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

 span { border-color: rgb(152,66,89); }

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