Html Css Color HEX #98445F Cadillac

📋 copy color: '#98445F'

red 152 ◦ green 68 ◦ blue 95

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

Shades of Cadillac #98445F

Tints of Cadillac #98445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 48.25%
G = 21.59%
B = 30.16%

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

#98445F (or 0x98445F) is known color: Cadillac. HEX triplet: 98, 44 and 5F. RGB value is (152,68,95). Sum of RGB (Red+Green+Blue) = 152+68+95=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98445F is #67BBA0. Grayscale: #606060. Windows color (decimal): -6798241 or 6243480. OLE color: 6243480.

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

Color convert

RGB 152 68 95 -
CMYK 0 0.55 0.38 0.40
HSL 340.71º 0.38% 0.43% -
HSV(B) 340.71º 0.55% 0.6% -
XYZ 17.08 11.64 12.17 -
YUV 96.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 152 68 95 0 0.55 0.38 0.40 340.71 0.38 0.43
Hex 98 44 5F 0 37 26 28 155 26 2B
Octal 230 104 137 0 67 46 50 525 46 53
Binary 10011000 1000100 1011111 0 110111 100110 101000 101010101 100110 101011

Color Harmonies of #98445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98445F

Black with #98445F

Text Example


Text Example

White with #98445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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