#994667

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

Shades of Cadillac #994667

Tints of Cadillac #994667

Color information

#994667 (or 0x994667) is unknown color: approx Cadillac. HEX triplet: 99, 46 and 67. RGB value is (153,70,103). Sum of RGB (Red+Green+Blue) = 153+70+103=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994667 is #66B998. Grayscale: #626262. Windows color (decimal): -6732185 or 6768281. OLE color: 6768281.

HSL color Cylindrical-coordinate representation of color #994667: hue angle of 336.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994667 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15370103-
CMYK00.540.330.4
HSL336.14º37.22%43.73%-
HSV(B)336.14º54.25%60%-
XYZ17.7812.1314.24-
YUV98.58130.5166.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 103 (40.62% from 255) = 31.60%
R=46.93%
G=21.47%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537010300.540.330.4336.1437.2243.73
Hex9946670362128150252c
Octal23110614706641505204554
Binary10011001100011011001110110110100001101000101010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994667; }

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

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

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

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

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

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

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

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