#994B67

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

Shades of Cadillac #994B67

Tints of Cadillac #994B67

Color information

#994B67 (or 0x994B67) is unknown color: approx Cadillac. HEX triplet: 99, 4B and 67. RGB value is (153,75,103). Sum of RGB (Red+Green+Blue) = 153+75+103=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #994B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B67 is #66B498. Grayscale: #656565. Windows color (decimal): -6730905 or 6769561. OLE color: 6769561.

HSL color Cylindrical-coordinate representation of color #994B67: hue angle of 338.46º 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 #994B67 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15375103-
CMYK00.510.330.4
HSL338.46º34.21%44.71%-
HSV(B)338.46º50.98%60%-
XYZ18.112.7814.35-
YUV101.51128.84164.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=46.22%
G=22.66%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537510300.510.330.4338.4634.2144.71
Hex994B670332128152222d
Octal23111314706341505224255
Binary10011001100101111001110110011100001101000101010010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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