Html Css Color HEX #98445E Cadillac

📋 copy color: '#98445E'

red 152 ◦ green 68 ◦ blue 94

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

Shades of Cadillac #98445E

Tints of Cadillac #98445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 48.41%
G = 21.66%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98445E (or 0x98445E) is known color: Cadillac. HEX triplet: 98, 44 and 5E. RGB value is (152,68,94). Sum of RGB (Red+Green+Blue) = 152+68+94=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98445E is #67BBA1. Grayscale: #606060. Windows color (decimal): -6798242 or 6177944. OLE color: 6177944.

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

Color convert

RGB 152 68 94 -
CMYK 0 0.55 0.38 0.40
HSL 341.43º 0.38% 0.43% -
HSV(B) 341.43º 0.55% 0.6% -
XYZ 17.04 11.62 11.93 -
YUV 96.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 152 68 94 0 0.55 0.38 0.40 341.43 0.38 0.43
Hex 98 44 5E 0 37 26 28 155 26 2B
Octal 230 104 136 0 67 46 50 525 46 53
Binary 10011000 1000100 1011110 0 110111 100110 101000 101010101 100110 101011

Color Harmonies of #98445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98445E

Black with #98445E

Text Example


Text Example

White with #98445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98445E; }

 p { color: rgb(152,68,94); }

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

background-color css

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

 a { background-color: rgb(152,68,94); }

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

border-color css

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

 span { border-color: rgb(152,68,94); }

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