#994B68

Color #994B68 Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #994B68

Tints of Cadillac #994B68

Color information

#994B68 (or 0x994B68) is unknown color: approx Cadillac. HEX triplet: 99, 4B and 68. RGB value is (153,75,104). Sum of RGB (Red+Green+Blue) = 153+75+104=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #994B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B68 is #66B497. Grayscale: #656565. Windows color (decimal): -6730904 or 6835097. OLE color: 6835097.

HSL color Cylindrical-coordinate representation of color #994B68: hue angle of 337.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B68 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB15375104-
CMYK00.510.320.4
HSL337.69º34.21%44.71%-
HSV(B)337.69º50.98%60%-
XYZ18.1512.814.61-
YUV101.63129.34164.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=46.08%
G=22.59%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537510400.510.320.4337.6934.2144.71
Hex994B680332028152222d
Octal23111315006340505224255
Binary10011001100101111010000110011100000101000101010010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994B68; }

 p { color: rgb(153,75,104); }

 H1.HeaderClassName
 {
   color: #994B68;
 }
 .AnyTagClassName
 {
   color: #994B68;
 }
</style>
background-color css

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

 a { background-color: rgb(153,75,104); }

 div.DivClassName
 {
   background-color: #994B68;
 }
 .BgClassName
 {
   background-color: #994B68;
 }
</style>
border-color css

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

 span { border-color: rgb(153,75,104); }

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