Html Css Color HEX #98445B Cadillac

📋 copy color: '#98445B'

red 152 ◦ green 68 ◦ blue 91

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

Shades of Cadillac #98445B

Tints of Cadillac #98445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 48.87%
G = 21.86%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98445B (or 0x98445B) is known color: Cadillac. HEX triplet: 98, 44 and 5B. RGB value is (152,68,91). Sum of RGB (Red+Green+Blue) = 152+68+91=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98445B is #67BBA4. Grayscale: #5F5F5F. Windows color (decimal): -6798245 or 5981336. OLE color: 5981336.

HSL color Cylindrical-coordinate representation of color #98445B: hue angle of 343.57º 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 #98445B is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 91 -
CMYK 0 0.55 0.40 0.40
HSL 343.57º 0.38% 0.43% -
HSV(B) 343.57º 0.55% 0.6% -
XYZ 16.9 11.56 11.24 -
YUV 95.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 152 68 91 0 0.55 0.40 0.40 343.57 0.38 0.43
Hex 98 44 5B 0 37 28 28 158 26 2B
Octal 230 104 133 0 67 50 50 530 46 53
Binary 10011000 1000100 1011011 0 110111 101000 101000 101011000 100110 101011

Color Harmonies of #98445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98445B

Black with #98445B

Text Example


Text Example

White with #98445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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