#994567

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

Shades of Cadillac #994567

Tints of Cadillac #994567

Color information

#994567 (or 0x994567) is unknown color: approx Cadillac. HEX triplet: 99, 45 and 67. RGB value is (153,69,103). Sum of RGB (Red+Green+Blue) = 153+69+103=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #994567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994567 is #66BA98. Grayscale: #616161. Windows color (decimal): -6732441 or 6768025. OLE color: 6768025.

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

Color convert

RGB15369103-
CMYK00.550.330.4
HSL335.71º37.84%43.53%-
HSV(B)335.71º54.9%60%-
XYZ17.7112.0114.22-
YUV97.99130.83167.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=47.08%
G=21.23%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536910300.550.330.4335.7137.8443.53
Hex9945670372128150262c
Octal23110514706741505204654
Binary10011001100010111001110110111100001101000101010000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994567; }

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

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

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

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

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

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

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

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