Html Css Color HEX #994458 Cadillac

📋 copy color: '#994458'

red 153 ◦ green 68 ◦ blue 88

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

Shades of Cadillac #994458

Tints of Cadillac #994458

RGB

 RED value IS 153 (60.16% from 255) = 49.51%

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

 BLUE value IS 88 (34.77% from 255) = 28.48%

R = 49.51%
G = 22.01%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#994458 (or 0x994458) is known color: Cadillac. HEX triplet: 99, 44 and 58. RGB value is (153,68,88). Sum of RGB (Red+Green+Blue) = 153+68+88=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #994458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994458 is #66BBA7. Grayscale: #5F5F5F. Windows color (decimal): -6732712 or 5784729. OLE color: 5784729.

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

Color convert

RGB 153 68 88 -
CMYK 0 0.56 0.42 0.4
HSL 345.88º 0.38% 0.43% -
HSV(B) 345.88º 0.56% 0.6% -
XYZ 16.97 11.61 10.58 -
YUV 95.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 153 68 88 0 0.56 0.42 0.4 345.88 0.38 0.43
Hex 99 44 58 0 38 2A 28 15A 26 2B
Octal 231 104 130 0 70 52 50 532 46 53
Binary 10011001 1000100 1011000 0 111000 101010 101000 101011010 100110 101011

Color Harmonies of #994458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994458

Black with #994458

Text Example


Text Example

White with #994458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994458; }

 p { color: rgb(153,68,88); }

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

background-color css

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

 a { background-color: rgb(153,68,88); }

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

border-color css

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

 span { border-color: rgb(153,68,88); }

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